How many M-codes have you written?

版本 1.0.0.0 (1.9 KB) 作者: Zhiqiang Zhang
This script let you count the number of M-codes you have written under specific directory.
810.0 次下载
更新时间 2011/3/24

查看许可证

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

引用格式

Zhiqiang Zhang (2024). How many M-codes have you written? (https://www.mathworks.com/matlabcentral/fileexchange/30843-how-many-m-codes-have-you-written), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2009a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 File Operations 的更多信息
标签 添加标签

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.0.0