Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.004.248 Times

Homogeneous Transformation Matrix freeware
Filter: All | Freeware | Demo
 

Homogeneous Transformation Matrix

< 1 2 3 4 5 
Added: July 20, 2013 | Visits: 498

MPC Tutorial I: Dynamic Matrix Control This is the first part of the planned series for Model Predictive Control (MPC) tutorials.Dynamic Matrix Control is the first MPC algorithm developed in early 1980s. It is probably also the most widely used MPC algorithm in industry due to the fact that its internal model, the step response model...



Platforms: Matlab

License: Freeware Size: 30.72 KB Download (41): MPC Tutorial I: Dynamic Matrix Control Download

Added: April 26, 2013 | Visits: 445

Matrix Library for Simulink A set of blocks for manipulating 3x3 and 4x4 matrices. In versions of Simulink prior to R12, matrices were handled in row-major form, thus the need for special blocks to handle matrices. Although Simulink can now handle arrays as signals, some users may still find the row-major approach...





Platforms: Matlab

License: Freeware Size: 81.92 KB Download (44): Matrix Library for Simulink Download

Added: September 12, 2013 | Visits: 400

Tutorial: C mex matrix demo This short tutorial illustrates basic numerical matrix computation in C. I encourage any comments from expirienced mex programmers for style improvement.This is a nice little function to demonstrate how you can interface MATLAB and C style matricies. There is some example code included showing...


Platforms: Matlab

License: Freeware Size: 133.12 KB Download (44): Tutorial: C mex matrix demo Download

Added: April 12, 2013 | Visits: 484

Datum Transformation It performs transformations of geodetic coordinates from one ellipsoid to another using 7 datum parameters. It is also called Helmert 7 parameters transformation or datum transformation (in geodesy and cartography).


Platforms: Matlab

License: Freeware Size: 10 KB Download (39): Datum Transformation Download

Added: March 26, 2013 | Visits: 407

Keplerian State Transition Matrix Phi = keplerSTM(x0,dt,mu) will return the state transition matrix Phi for a set of objects described by initial positions and velocities (x0) with gravitational parameters mu, propogated along Keplerian orbits for time dt. The positions and velocities at time dt is then given by Phi*x0. x0 must...


Platforms: Matlab

License: Freeware Size: 10 KB Download (44): Keplerian State Transition Matrix Download

Added: May 17, 2013 | Visits: 469

Matrix Completion via Thresholding Contains three matrix completion algorithms and a demo script for running them. Also compares against other matrix completion algorithms - Singular Value Thresholding and Fixed Point Iteration.Solves the following three optimization problems:min rank(X) subject to ||y - M(X)||_2


Platforms: Matlab

License: Freeware Size: 10 KB Download (44): Matrix Completion via Thresholding Download

Added: August 27, 2013 | Visits: 661

Euklid (Inverse) Distance Weight Matrix function W = euklid_W(ws,d,n)function W = euklid_invW(ws,d,n) PURPOSE: create an (inverse) euklidean distance spatial weight matrix (n x m 'moving-window' style matrix with distance to center cell weighted.) ------------------------------------------------------------------ USAGE: W =...


Platforms: Matlab

License: Freeware Size: 10 KB Download (45): Euklid (Inverse) Distance Weight Matrix Download

Added: July 13, 2013 | Visits: 356

Finding a similar valid correlation matrix Implementation of Nicholas J. Higham's algorithm "Computing the Nearest Correlation Matrix - A Problem from Finance", 2002.http://eprints.ma.man.ac.uk/232/01/covered...S_ep2006_70.pdf


Platforms: Matlab

License: Freeware Size: 10 KB Download (39): Finding a similar valid correlation matrix Download

Added: May 26, 2013 | Visits: 455

Distance Matrix Latitude Longitude DISTMATLATLON Computes distance matrix between list of coords in X and Y D = DISTMATLATLON(X,Y) for matrices X and Y, with columns [Lat Lon], returns the distance matrix where the (i,j)th entry is the distance between the i'th and j'th row of X and Y respectively. X and Y must have columns in the...


Platforms: Matlab

License: Freeware Size: 10 KB Download (46): Distance Matrix Latitude Longitude Download

Added: June 09, 2013 | Visits: 250

Matrix Decomposition Matrix decomposition using, e.g. the Cholesky decomposition requires the correlation matrix to be positive definite. That is, the eigenvalues must all be positive. In finance, this is rarely the case, and one often observes negative eigenvalues, or zero eigenvalues. These two functions do...


Platforms: Matlab

License: Freeware Size: 10 KB Download (46): Matrix Decomposition Download

Added: June 27, 2013 | Visits: 714

Data Matrix API libdmtx is an open-source library for reading and writing Data Matrix barcodes, two-dimensional symbols that hold a dense pattern of data with built-in error correction. This module provides a PHP wrapper API enabling Drupal developers to make use of libdmtx's matrix code encoding/decoding...


Platforms: PHP

License: Freeware Size: 10 KB Download (63): Data Matrix API Download

Added: August 16, 2013 | Visits: 278

UC Matrix UC Matrix is an extension of the UC Affiliate2 module. I allows you to handle cases where the matrix of affiliates needs to be forced. For instance, you may want to have a maximum of 2 people under each affiliate (called a binary matrix.)FeaturesThe following are the features I planned to...


Platforms: PHP

License: Freeware Size: 10 KB Download (39): UC Matrix Download

Added: June 25, 2013 | Visits: 464

Matrix Synthesizer The Matrix Synthesizer lets you create short melodies using a simple matrix of "tone blocks" and allows you to play these tunes on a variety of musical instruments. This application is written in JavaFX and was inspired by Andr?*N*?*A* Michelle's tone matrix.


Platforms: Mac

License: Freeware Size: 943 B Download (40): Matrix Synthesizer Download

Added: June 22, 2013 | Visits: 411

JSparse Matrix Package The JSparse Matrix Package, developed by Philipp Geigenm?*N?ller during an internship at the prudsys AG in Chemnitz, Germany, is an extension of the well-known Java Matrix Package (JAMA) and allows the use of sparse matrices and related algorithms. Features . provides two storing techniques...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (33): JSparse Matrix Package Download

Added: October 24, 2013 | Visits: 411

Math::Symbolic::Custom::Transformation Math::Symbolic::Custom::Transformation is a Perl extension to the Math::Symbolic module. You're assumed to be remotely familiar with that module throughout the documentation. This package implements transformations of Math::Symbolic trees using Math::Symbolic trees. I'll try to explain what this...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (32): Math::Symbolic::Custom::Transformation Download

Added: October 23, 2013 | Visits: 469

Matrix Operations Matrix Operations is a program designed to do basic matrix operations such as determinants, inverses, adjoints, multiplication, addition/substraction and others. It is written in c++ for Linux, and it uses basic I/O display to output the matrices.


Platforms: *nix

License: Freeware Size: 61.44 KB Download (39): Matrix Operations Download

Added: March 11, 2006 | Visits: 3.183

ScatLab Software developed to perform electromagnetic scattering simulations mainly based on classical Mie theory solution. ScatLab Features: scattered intensity polar diagrams for coated and uncoated spherical particles; scattered intensity versus theta graphs for coated and uncoated spherical...


Platforms: Windows

License: Freeware Size: 922 KB Download (493): ScatLab Download

Released: January 11, 2004  |  Added: June 21, 2006 | Visits: 2.867

Neo Matrix 3D ScreenSaver Neo Matrix 3D screensaver brings your consciousness to the higher levels of reality where you can find yourself in the endless pseudo matrix 3D alien tunnels spinning and wirling around to change your perception of the earth environment. 3d alien tunnels series screensavers was programmed by the...


Platforms: Windows

License: Freeware Size: 1.14 MB Download (205): Neo Matrix 3D ScreenSaver Download

Added: August 26, 2008 | Visits: 3.706

Fedora Transformation Pack Fedora Transformation Pack transforms your Windows user interface to a new appearance that is completely innovative, elegant and modern.Fedora Transformation Pack includes new desktop themes, icons, wallpapers, screensavers and much more. All the elements included in this Windows transformation...


Platforms: Windows

License: Freeware Size: 1024 B Download (870): Fedora Transformation Pack Download

Released: October 03, 2008  |  Added: November 12, 2008 | Visits: 1.909

Bits Screensaver Bits Screensaver is a cool screensaver that makes bits (zeros and ones) slide in your screen in Matrix style. You can even change bits to integers by using the settings menu of screensaver panel.


Platforms: Windows

License: Freeware Size: 227.99 KB Download (192): Bits Screensaver Download

< 1 2 3 4 5