extracthelp
by Andrey Popov
13 Sep 2008
(Updated 07 Nov 2011)
Extract the help information of all M function in a folder
|
Watch this File
|
| File Information |
| Description |
extracthelp extracts the help lines of all .M files in the current folder and writes them in files (with corresponding names) in a sub-folder 'phelp'.
The function is very useful in combination with the 'pcode'. Whereas pcode creates a pre-parsed .P files, that can be distributed to users, that shouldn't have access to the original code, the .P files do not preserve the help information of the functions. The 'extracthelp' function does exactly this.
extracthelp % create the .\phelp folder and the help files for all files in the current folder
pcode *.m % convert all .M files to .P files
movefile('*.p','.\phelp') % moves the .P files to the \phelp folder the phelp folder contains the files you can now safely distribute |
| MATLAB release |
MATLAB 7.2 (R2006a)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Updates |
| 16 Sep 2008 |
Added functionality. |
| 24 May 2009 |
License changed from GPL to BDS inside the M file. |
| 12 Mar 2010 |
Fixed bug by creating and accessing folders under Unix/Mac. |
| 07 Nov 2011 |
Updated author information and file finctions |
|
Contact us at files@mathworks.com