Matdoc

版本 1.1.0.0 (1.4 MB) 作者: Moshe Kamensky
Extract and convert documentation of MATLAB files into various formats (html, etc.).
1.3K 次下载
更新时间 2016/4/1

查看许可证

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.

引用格式

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

MATLAB 版本兼容性
创建方式 R13
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Environment and Settings 的更多信息

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/

版本 已发布 发行说明
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.