codecount

Counts the total number of code lines of all the M-files in a directory
855 Downloads
Updated 12 Dec 2005

No License

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.

Cite As

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

MATLAB Release Compatibility
Created with R14SP2
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on File Operations in Help Center and MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.0.0

Bug fix...