You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
Save the help information in function files into a single file.
GetFunInfo(OutFile) saves the help information in function files under
the current directory into OutFile. This file will be created if haven't
done so and will be overwritten if exists.
GetFunInfo(OutFile,Functions) saves the help information in functions
specified in Functions into OutFile. Functions is a cell array and each element of the it is one function name.
Example:
>> GetFunInfo('FunctionInfo.txt');
Saves function information into FunctionInfo.txt
>> f = {'abs','sign'};
>> GetFunInfo('FunctionInfo.txt',f)
Saves information of functions abs and sign into
FunctionInfo.txt
Note that the output file is easier to read using wordpad than notepad under windows. Notepad tends to have word wrapping problem when displaying the text.
Cite As
Bo (2026). Get function's help infomation saved into a single file (https://www.mathworks.com/matlabcentral/fileexchange/17511-get-function-s-help-infomation-saved-into-a-single-file), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.0.0.0 (787 Bytes)
-
No License
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.0.0 |