lineCounter(input)

版本 1.0.0.0 (3.3 KB) 作者: Jason Kulpe
Count the number of lines in a single m-file or the m-files in a directory.
17.0 次下载
更新时间 2017/8/11

查看许可证

At present there is no built in MATLAB tool to count the number of lines in a given m-file. This submission solves that problem. In addition to a single m-file, the function looks in a given directory, and all sub-directories, to give the total number of m-files and total number of lines. Comments and white space are included in the count. This function will work for any version of MATLAB

引用格式

Jason Kulpe (2024). lineCounter(input) (https://www.mathworks.com/matlabcentral/fileexchange/64081-linecounter-input), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2013a
兼容任何版本
平台兼容性
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

Backdated version to R2013a since the "newest" function required is in that release.