MakeContents

Version 1.0.0.0 (1,81 KB) von Anil
MAKECONTENTS(STRING) creates a standard "Contents.m"file in the current directory
2,2K Downloads
Aktualisiert 7. Jul 2003

Keine Lizenz

Anmerkung des Herausgebers: This functionality is now available in MATLAB. Please refer to the CONTENTSRPT.M function.

MAKECONTENTS(STRING) creates a standard 'Contents.m' file in the current directory by assembling the first comment (H1) line in each function found in the current working directory. If a 'Contents.m' file exists, it is renamed to 'Contents.old', before a new 'Contents.m' file is created. STRING is inserted as the first line of the 'Contents.m' file; if omitted, a blank line is inserted instead. The function changes permission on the resultant 'Contents.m' file to rw-r--r-- on Unix systems.

The MakeContents.m function is based on the mkcontnt.m function by Denis Gilbert. However, the present MakeContents.m function is fully compatible with the helpwin navigation function in Matlab.

This function was tested under Matlab Version 5.3.1.29215a (R11.1) on PCWIN and on UNIX platforms.

Zitieren als

Anil (2024). MakeContents (https://www.mathworks.com/matlabcentral/fileexchange/190-makecontents), MATLAB Central File Exchange. Abgerufen .

Kompatibilität der MATLAB-Version
Erstellt mit R11.1
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu Search Path finden Sie in Help Center und MATLAB Answers
Tags Tags hinzufügen
Quellenangaben

Inspiriert von: mkcontnt

Community Treasure Hunt

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

Start Hunting!
Version Veröffentlicht Versionshinweise
1.0.0.0

Modification provided by Matthew Brett, to accomodate making Contents.m recursively in sub-directories. Additional input arguments allow for variations on the format of the Contents.m.

[matthewbrett@yahoo.com]