codecount

Counts the total number of code lines of all the M-files in a directory
855 Downloads
Aktualisiert 12. Dez 2005

Keine Lizenz

COUNTCODE - Counts the total number of code lines of all the M-files in a directory

Syntax options:
COUNTCODE
COUNTCODE(dir_str)
L = COUNTCODE
L = COUNTCODE(dir_str)

By default the current directory is scanned, and the result is displayed in the command window. Supply the string dir_str for scanning a directory
other than the current one. The result can be stored in cell-array L.

Zitieren als

Jasper Menger (2024). codecount (https://www.mathworks.com/matlabcentral/fileexchange/9114-codecount), MATLAB Central File Exchange. Abgerufen .

Kompatibilität der MATLAB-Version
Erstellt mit R14SP2
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu File Operations finden Sie in Help Center und MATLAB Answers

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

Bug fix...