Matdoc

Extract and convert documentation of MATLAB files into various formats (html, etc.).
1,3K descargas
Actualizado 1 abr 2016

Ver licencia

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.

Citar como

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

Compatibilidad con la versión de MATLAB
Se creó con R13
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Environment and Settings en Help Center y 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/

Versión Publicado Notas de la versión
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.