How many M-codes have you written?
MCount counts the number of M-codes you have written.
MCount.lines(path) count the lines you have written under directory filepath.
MCount.reallines(path) count the lines you have written under directory filepath, but omits the emtpy lines and comment lines.
MCount.size(path) adds up the size of your m-files under directory filepath
All of them support multi-paths (in cells), for example,
MCount.lines({'patha', 'pathb/pathc', 'filed'});
My(zhang@zhiqiang.org) result: in recent 1 year, I wrote 19524 lines of M-codes totally, 12311 lines except for empty lines and comments lines, 603K in file size.
url: http://zhiqiang.org/blog/it/how-many-codes-have-you-written.html
Cita come
Zhiqiang Zhang (2025). How many M-codes have you written? (https://it.mathworks.com/matlabcentral/fileexchange/30843-how-many-m-codes-have-you-written), MATLAB Central File Exchange. Recuperato .
Compatibilità della release di MATLAB
Compatibilità della piattaforma
Windows macOS LinuxCategorie
Tag
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Scopri Live Editor
Crea script con codice, output e testo formattato in un unico documento eseguibile.
| Versione | Pubblicato | Note della release | |
|---|---|---|---|
| 1.0.0.0 |
