LinuxCommandLibrary

mh_metric

Calculate and enforce code metrics for MATLAB or Octave code.

TLDR

Print the code metrics for the specified files

$ mh_metric [path/to/file1.m path/to/file2.m ...]
copy


Print the code metrics for the specified Octave files
$ mh_metric --octave [path/to/file1.m path/to/file2.m ...]
copy


Print the code metrics for the specified directory recursively
$ mh_metric [path/to/directory]
copy


Print the code metrics for the current directory
$ mh_metric
copy


Print the code metrics report in HTML or JSON format
$ mh_metric --[html|json] [path/to/output_file]
copy

Copied to clipboard