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

Led Matrix software
Filter: All | Freeware | Demo
 

Led Matrix

< 1 2 3 4 5 > 
Added: September 07, 2013 | Visits: 621

The Matrix Text effect for Graphics and Animations This DHTML script renders the Matrix effect on any short piece of text. It works in both IE4 and NS6 , and downgrades well with the rest.



Platforms: JavaScript

License: Freeware Size: 102.4 KB Download (43): The Matrix Text effect for Graphics and Animations Download

Added: August 30, 2013 | Visits: 458

N-point Paired Matrix for FFT It will help you to make a N-point Paired matrix for FFT.





Platforms: Matlab

License: Freeware Size: 10 KB Download (48): N-point Paired Matrix for FFT Download

Added: March 22, 2013 | Visits: 378

decimation matrix This function gives the decimation matrix which after post mulitpling it with the given signal gives the downsampled version of the original signal...D = decimmtx(x,N)decimates the given signal by a factor of N.[D,y] = decimmtx(x,N)gives D as well as the decimated signal y


Platforms: Matlab

License: Freeware Size: 10 KB Download (48): decimation matrix Download

Added: April 29, 2013 | Visits: 511

plotColumns.m: plots columns in matrix as time series [h,varargout]=plotColumns(data,varargin)plots columns of a matrix as if each column is a time seriesUSAGE:plotColumns(data);[h] = plotColumns(t,data);[h] = plotColumns(t,data,{colors});[h] = plotColumns(t,data,'plotopt');[h] = plotColumns(...,'plotopt');[h] = plotColumns(...,{colors});


Platforms: Matlab

License: Freeware Size: 10 KB Download (41): plotColumns.m: plots columns in matrix as time series Download

Added: June 09, 2013 | Visits: 491

Sequency(Walsh) ordered Hadamard matrix The function generates sequency(Walsh) ordered Hadamard matrix useful for image processing, signal processing, genetic algorithms etc.


Platforms: Matlab

License: Freeware Size: 10 KB Download (44): Sequency(Walsh) ordered Hadamard matrix Download

Added: May 07, 2013 | Visits: 405

convlution matrix in four lines CONV_MTX Convolution matrix. If 'x' is a column vector of length 'nx', then conv_mtx(x,nh) gives a toeplitz matrix 'X' of size (nx+nh-1) times (nh). 'nh' is the length of the column vector 'h' with which 'x' is convolved. Thus finally 'X*h' is same as conv(x,h). If 'x' and 'h' are row vectors,...


Platforms: Matlab

License: Freeware Size: 10 KB Download (45): convlution matrix in four lines Download

Added: July 15, 2013 | Visits: 547

Matrix Polynomial Fraction These functions show some advances about MPF (Matrix Polynomial Fraction) using for represent multivariable models and design multivariable control system.


Platforms: Matlab

License: Freeware Size: 419.84 KB Download (48): Matrix Polynomial Fraction Download

Compute the Kendall's coefficient of concordance of the matrix X X must be a N-by-K matrix, N is the number of "candidate" and the K is the number of "judge".


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (42): Compute the Kendall's coefficient of concordance of the matrix X Download

Added: May 12, 2013 | Visits: 470

Fast function to save a matrix write_matrix_bin(f,m) saves the matrix "m" in a binaryfile "f". write_matrix_bin is a lot faster than the built in function save(), andtakes up much less diskspace than the old "save -v6" which doesn't use compression.write_matrix_bin also includes an option for compression with...


Platforms: Matlab

License: Freeware Size: 10 KB Download (49): Fast function to save a matrix Download

Added: May 12, 2013 | Visits: 399

create text matrix sometimes, you want an image that contains text, instead of manually drawing 1s and 0s , this functino takes a string and returns a matrix of 1s and 0s in the form of that string. (tjhe matrix is rectangular the text string is represented as being painted by 1s)


Platforms: Matlab

License: Freeware Size: 10 KB Download (41): create text matrix Download

Added: July 07, 2013 | Visits: 482

Linear matrix-based neural network This is a learning model for matrix-based data. It can be more efficient than standard vector-based models when the training sample is small or the inputs are matrices, since this model has less parameters than standard ones and exploits an inner structure of the inputs. This model can be...


Platforms: Matlab

License: Freeware Size: 10 KB Download (47): Linear matrix-based neural network Download

Added: June 22, 2013 | Visits: 453

Differential Quadrature Matrix [D]=Diff_Quad(N);Differential Quadrature Matrix for 1st derivative based on Lobatto grid.It calculates for N grid points.Higher derivatives can be easily calculated by using D matrix.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (48): Differential Quadrature Matrix Download

Added: December 10, 2013 | Visits: 623

Covariance matrix Return covariance matrix for given data matrix X (row = object, column = feature)% @author: Kardi Teknomo% http://people.revoledu.com/kardi/index.htmlSee the usage for Mahalanobis distance computation in http://people.revoledu.com/kardi/tutorial/...isDistance.html


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (56): Covariance matrix Download

Added: May 07, 2013 | Visits: 288

Confusion Matrix Confusion Matrix give information on misclassification. How patterns have been classified in their actual classes against other classes for each class in a matrix form.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): Confusion Matrix Download

Added: May 02, 2013 | Visits: 287

Vandermonde matrix Creates Vandermonde matrix with terms of geometric progression in each row.It is an extended version of the Matlab function "vander.m".


Platforms: Matlab

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

Added: July 01, 2013 | Visits: 369

min and max values plus coordinates of 2D a matrix Two functions to find the value and position of the first min and max in a 2D matrix


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (42): min and max values plus coordinates of 2D a matrix Download

Added: August 31, 2013 | Visits: 504

Salvaging a Linear Correlation Matrix The solution of the nearest correlation matrix applies the hypershpere or spectral decomposition methods as outlined in Monte Carlo methods in Finance by Peter Jackel, Chapter 6.Use CorrelationExample.m that applies a simple example for the two cases.


Platforms: Matlab

License: Freeware Size: 10 KB Download (45): Salvaging a Linear Correlation Matrix Download

function to find toeplitz matrix (same as Matlab's Toeplitz) %% MYTOEPLITZ matrix finds the toeplitz matrix of a vector% Input : Vector% Output: Toeplitz Matr


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): function to find toeplitz matrix (same as Matlab's Toeplitz) Download

Added: July 27, 2013 | Visits: 294

Centering Each Column of a matrix to its mean Let the input to this function be X, an m x n matrix. Also, let Y be the output. This function does the following.Y(:,i) = X(:,i) - mean(X(:,i)), for i = 1 to n


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Centering Each Column of a matrix to its mean Download

Added: March 29, 2013 | Visits: 525

MATLAB Matrix to LaTex table The script when run with a matrix as an argument shall create a self-contained LaTex file which shall have the supplied matrix as a simple table. Useful for quickly writing the data into a LaTex document.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (51): MATLAB Matrix to LaTex table Download

< 1 2 3 4 5 >