Generate report of .m files in html table

Generates a report of the m-files in a given directory. Results are stored in an html file.
다운로드 수: 2.4K
업데이트 날짜: 2009/2/24

라이선스 보기

This is a simple function that can help you to organize your m-files stored in a directory. It reads the m-files of a given directory, retrieves the help text (using the help() function), and generates a simple html table that contains the list of the m-files along with their size and their description (if any description is found).
Execution example:
createHtmlReport('C:\MATLAB7\work\generateMfilesReport');

This m-file may be useful if you want to create a quick report of your m-files, or if you are lost because you have too many m-files in a directory and limited documentation. Of course, it will be needed to have some help (i.e. comments in the beginning of each function).

인용 양식

Theodoros Giannakopoulos (2024). Generate report of .m files in html table (https://www.mathworks.com/matlabcentral/fileexchange/23087-generate-report-of-m-files-in-html-table), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R14
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0