Matdoc

버전 1.1.0.0 (1.41 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.