contents.m

来自「一种基于压缩感知技术的图像重建程序」· M 代码 · 共 36 行

M
36
字号
% SparseLab StOMP Directory
%
% This diretory contains .m files and data files for the "Sparse Solution 
% of Underdetermined Linear Equations by Stagewise Orthogonal Matching 
% Pursuit" demo.
%
%              .m files in this directory
%
%   Contents.m            -    This file
%   StOMPDemo.m           -    Main script for the StOMP demo
%   StOMPFig.m            -    Script for figure reproduction
%   StOMPInit.m           -    Initializing script
%   StOMPIntro.m          -    .m file called by StOMP.m with Demo
%                              caption
%   StOMPPath.m           -    .m file for setting the matlab path required
%                              by StOMP.m
%
%              Subdirectories
%   GenData               -   Scripts for data reproduction
%   GenFigures            -   Scripts for figure reproduction
%   GenTables             -   Scripts for table reproduction
%   SharedTools           -   Scripts shared by Data, Figure, and Table 
%                             reproduction scripts.

    
%
% Copyright (c) 2006. Victoria Stodden
%  

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

⌨️ 快捷键说明

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