svd_powers, a MATLAB library which applies singular value decomposition (SVD) analysis to a set of powers x(i)^(j-1).
The computer code and data files described and made available on this web page are distributed under the GNU LGPL license.
svd_powers is available in a MATLAB version.
imshow_numeric, a MATLAB program which accepts a numeric 2D array and displays it as a grayscale image.
svd_basis, a MATLAB program which applies the Singular Value Decomposition (SVD) to a collection of data vectors, extracting dominant modes;
svd_demo, a MATLAB program which demonstrates the Singular Value Decomposition (SVD) for a simple example.
svd_faces, a MATLAB library which applies singular value decomposition (SVD) analysis to a set of images.
svd_fingerprint, a MATLAB program which reads a file containing a fingerprint image and uses the Singular Value Decomposition (SVD) to compute and display a series of low rank approximations to the image.
svd_gray, a MATLAB program which reads a gray scale image, computes the Singular Value Decomposition (SVD), and constructs a series of low rank approximations to the image.
svd_snowfall, a MATLAB library which reads a file containing historical snowfall data and analyzes the data with the Singular Value Decomposition (SVD).