contents.m

来自「SparseLab is a Matlab software package d」· M 代码 · 共 34 行

M
34
字号
% SparseLab BuildDatasets Directory
%
% This is the directory containing programs for the datasets using in the SparseLab package.
%
%              .m files in this directory
%
%   Contents.m               -    This file
%   GenRandomGaussians.m     -    Generates an nxn image of k random
%                                 Gaussians
%   GenRandomRects.m         -    Generates an nxn image of k random
%                                 rectangles
%   GenRandVec               -    Creates test vector in R^n
%   MakeBlocks.m             -    Creates blocky signal
%   MakeBumps.m              -    Creates bumpy signal
%   MakeMatrix.m             -    Creates test matrix
%   MakeVector.m             -    Creates test vector
%   MatrixEnsemble.m         -    Generates a random matrix of size m by n
%   PartialFourierMatrix.m   -    Creates random Fourier matrix
%   PartialHadamardMatrix.m  -    Creates random Hadamard matrix
%   RandomOrthoMatrix.m      -    Creates random orthogonal matrix
%   RandomSphericalMatrix.m  -    Creates random spherical matrix
%   UniformSphericalMatrix.m -    Creates uniform random spherical matrix

%
% Copyright (c) 2007. Victoria Stodden
%  

%
% Part of SparseLab Version:200
% Created Tuesday March 24, 2007
% This is Copyrighted Material
% For Copying permissions see COPYING.m
% Comments? e-mail sparselab@stanford.edu
%

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?