Get function's help infomation saved into a single file

Version 1.0.0.0 (787 Bytes) by Bo
Saves the help information of functions into a single file. This is sometimes useful when exploring
1.1K Downloads
Updated 14 Nov 2007

No License

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 (2024). 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 .

MATLAB Release Compatibility
Created with R2007a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Environment and Settings in Help Center and MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0.0