Other ways for preparing Matlab documentation¶
M2HTML¶
This is a GPL licensed Matlab module for creating an HTML version of manual from .m files.
http://www.artefact.tk/software/matlab/m2html/
Provide at the least the following information for each function/procedure:
- Brief description
- (Detailed description as needed.)
- input parameters with the corresponding descriptions
- output(s) with the corresponding description(s)
- pre-condition(s) before using the function/procedure
- author(s)
- date
- version number (either manually or using a revision control system)
Matlab and Doxygen¶
The following package extracts comments from .m files using Doxygen and generates documentation.
http://www.mathworks.com/matlabcentral/fileexchange/25925-using-doxygen-with-matlab