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.480.330 Times

Inverse Matrices software
Filter: All | Freeware | Demo
 

Inverse Matrices

< 1 2 3 4 5 > 

VERY FAST LOADING OF BULKY POINT CLOUDS AND MATRICES IN ASCII FORMAT This implementation includes modules for very fast loading and saving of n-dimensional, possibly colored and bulky point clouds. The proposed functions can also be used to load and save matrices in ASCII format.USAGE-------cload -------> loads point clouds from ASCII-files. (Function definitions... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): VERY FAST LOADING OF BULKY POINT CLOUDS AND MATRICES IN ASCII FORMAT Download

Added: July 06, 2013 | Visits: 381

Zig-Zag scan The functions presented within perform normal zig-zag scanning and the reverse. The normal process converts a matrix of any size into a one-dimensional array by implementing the zig-zag scan procedure.The inverse function takes in a one-dimensional array and by specifying the desired number of... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (41): Zig-Zag scan Download

Added: June 08, 2013 | Visits: 299

Discrete (co)sine transform (and its inverse) Y = DCTN(X) returns the discrete cosine transform (DCT) of X.X = IDCTN(Y) returns the inverse discrete cosine transform (IDCT) of Y.Y = DSTN(X) returns the discrete sine transform (DST) of X.X = IDSTN(Y) returns the inverse discrete sine transform (IDST) of Y.X and Y can be N-dimensional.D =... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (46): Discrete (co)sine transform (and its inverse) Download

Added: June 22, 2013 | Visits: 215

ResizeImageMatrix This program implements various interpolation techniques to resize 2D matrices or Image Matrices.Methods of interpolation used are1) Nearest Neighbour2) Bilinear3) Bicubic 2x24) Bicubic 4x45) Bicubic 6x66) Bicubic 8x8 Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (42): ResizeImageMatrix Download

Added: August 13, 2013 | Visits: 327

Discrete Copulas This program shows the discrete copulas and their associated bistochastic matrices Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Discrete Copulas Download

Added: September 15, 2013 | Visits: 278

rndinvn This last m-file is an add-on to the Statistics Toolbox since it produces n variables of the inverse normal with the parameters of your request,ektos autwn an den eiste ellhnes ti na to kanete? ...... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): rndinvn Download

Added: June 02, 2013 | Visits: 280

Block Circulant matrix package Object package for representation and manipulation of block-circulant matrices. Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 30.72 KB Download (43): Block Circulant matrix package Download

Examples of Basic Iterative Algorithms for Inverse Kinematics Two simple models are provided showing the characteristics of basic iterative algorithms for the inversion of kinematics, namely the Jacobian transpose, its pseudo-inverse and the damped least-squares (DLS). The pro's and con's can be compared interactively for a serial two-links and a... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 30.72 KB Download (46): Examples of Basic Iterative Algorithms for Inverse Kinematics Download

Fast assembly of stiffness and matrices in finite element method This code demonstrates vectorization concepts from a report by Talal Rahman and Jan ValdmanonFast MATLAB assembly of FEM matrices in 2D and 3D: nodal elementsTechnical report is available athttp://www.mis.mpg.de/publications/other-s...eport-1111.htmlTo run the code, call"start_assembly_P1_3D"... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 30.72 KB Download (44): Fast assembly of stiffness and matrices in finite element method Download

Added: August 27, 2013 | Visits: 331

Fast Symmetric Matrix Inverse We can exploit the symmetry of a real, positive definite, symmetric matrix by using the Cholesky decomposition to compute the inverse.The built-in MATLAB inv function uses LU decomposition which requires extra pivots and operations. Rarely does one actually need to compute the inverse of a matrix... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Fast Symmetric Matrix Inverse Download

Added: August 04, 2013 | Visits: 388

Inverse Kinematics for RA-01 Robotic Arm by Olawale Akinwale [a,b,c] = InverseKinematicsAM(x,y,z)This function finds the joint configurations for the waist, shoulder and elbow of the RA-01 robotic arm made by Images SI, Inc. It takes in three inputs which are the specifications of the x, y and z positions of the centre of the gripper of the robotic arm.... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (41): Inverse Kinematics for RA-01 Robotic Arm by Olawale Akinwale Download

Added: August 10, 2013 | Visits: 336

Sort Eigenvectors & Eigenvalues This function takes in two matrices P and D, presumably the outputfrom Matlab's eig function, and then sorts the columns of P tomatch the sorted columns of D (going from largest to smallest)EXAMPLE:D = -90 0 0 0 -30 0 0 0 -60P = 1 2 3 1 2 3 1 2 3[P,D]=sortem(P,D)P = 2 3 1 2 3 1 2 3 1D = -30 0 0 0... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (42): Sort Eigenvectors & Eigenvalues Download

Added: August 12, 2013 | Visits: 278

2D Walsh Transform this function is contains "Transformation" and "Inverse"...which means Transfom 2D matrix or image, and then the user can use the same function for inverse to return 2D matrix Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): 2D Walsh Transform Download

Added: July 28, 2013 | Visits: 292

plot 2/3D vector(s) Plots 2D or 3D vectors at points, both provided as matrices of column vectors.QUIVERMD(AX, X, V, VARARGIN) plots the column vectors in matrix V at the points with coordinates the column vectors in matrix X, within axes object AX using plot formatting options in VARARGIN.Examplex = linspace(0, 10,... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): plot 2/3D vector(s) Download

Added: March 26, 2013 | Visits: 401

Euler/Fixed Angles Properties Easy to use GUI that gives Euler angles for different rotation matrices and gives rotation matrices for different Euler angles. Also it animates the angle rotations one by one for more understanding. Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Euler/Fixed Angles Properties Download

inverse 2-D z transform for 2-D recursive discrete system The program can get the 2-D impulse response of a 2-D recursive discrete system in 2-D digital domain. For a 2-D recursive discrete system, the inverse 2-D z transform can be implemented by a 2-D IIR filter [1-3].Copyright (C) Yang XIAO, Beijing Jiaotong University, Aug.1, 2007, E-Mail:... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (42): inverse 2-D z transform for 2-D recursive discrete system Download

Added: June 07, 2013 | Visits: 353

inverse 2-D Laplace-z transform The program can get spatial-time response of 2-D Continuous-Discrete systems by taking inverse 2-D Laplace-z transform [1]. The detailed algorithm is provided in Ref. [1].Copyright (C) Yang XIAO, BJTU, July 28, 2007, E-Mail: yxiao@bjtu.edu.cn.Based on recent results for 2-D continuous-discrete... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): inverse 2-D Laplace-z transform Download

Added: June 30, 2013 | Visits: 391

plot_line.m Produces the digial representation of a straight line suitable for use with matrices and the 'plot' function. Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (42): plot_line.m Download

Added: July 09, 2013 | Visits: 441

LittleCalc In this new version of LittleCalc you can now calc with the inverse functions on sin,cos,tan and you can switch between radian and degree Platforms: Mac

License: Shareware Cost: $0.00 USD Size: 512 KB Download (37): LittleCalc Download

Added: September 14, 2013 | Visits: 442

pysdif pysdif is a Python library that allows to read and write any kind of SDIF file, to define new kinds of frames and matrices and to read and write metadata. The matrices read from a sdif file are exposed as numpy arrays. It exposes both a low level and a high level interface. The low level... Platforms: *nix

License: Freeware Size: 153.6 KB Download (40): pysdif Download

< 1 2 3 4 5 >