Matdoc

Extract and convert documentation of MATLAB files into various formats (html, etc.).
1.3K Downloads
Updated Fri, 01 Apr 2016 19:53:51 +0000

View License

This is a set of (mainly) perl scripts that extracts the documentation from a project containing MATLAB files, and converts it to various formats: vim editor help files, html, latex (and thus postscript and pdf).
It takes care of things like building an index, and (through some syntactic conventions) supports links to other parts in the documentation.

Cite As

Moshe Kamensky (2024). Matdoc (https://www.mathworks.com/matlabcentral/fileexchange/3498-matdoc), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R13
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!

matdoc/examples/math/src/

matdoc/examples/math/src/@manifold/

matdoc/examples/math/src/algebra/@ring/

matdoc/examples/math/src/algebra/@vectorSpace/

matdoc/examples/math/src/manifolds/@analyticManifold/

matdoc/examples/math/src/manifolds/@scheme/

matdoc/examples/math/src/old/

matdoc/examples/math/src/private/

matdoc/examples/math/src/test/

matdoc/examples/math/src/undocumented/

matdoc/examples/math/src/util/

matdoc/examples/math/src/util/@cell/

matdoc/examples/math/src/util/@manifold/

matdoc/examples/math/src/util/@ring/

matdoc/examples/mathplot/Src/

matdoc/examples/mathplot/Src/@analyticManifold/

matdoc/examples/mathplot/Src/@manifold/

matdoc/examples/mathplot/Src/@plotParams/

matdoc/examples/mathplot/Src/@scheme/

matdoc/examples/mathplot/Src/@vectorSpace/

matdoc/examples/mathplot/Src/styles/

matdoc/examples/mathplot/Src/styles/abstract/

matdoc/examples/mathplot/Src/styles/funny/

matdoc/examples/mathplot/Src/styles/funny/@funnyPlot/

matdoc/examples/mathplot/Src/styles/funny/private/

matdoc/examples/mathplot/Src/styles/realistic/

matdoc/examples/simple/src/

matdoc/examples/simple/src/@simpleClass/

matdoc/matlab/

Version Published Release Notes
1.1.0.0

Add BSD license

1.0.0.0

1. Added matlab scripts support
2. Added possibilities to include code and code examples in the documentation
3. Provided an additional invocation option
4. Removed unix dependence (alpha)

In addition, fixed several bugs.