Matdoc

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 Center および MATLAB AnswersEnvironment 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.