Мануалы и справочники Общие команды
mh_lint

Команда mh_lint: опции, ключи и примеры использования

mh_lint

Attempt to find bugs in MATLAB or Octave code. Please note that this tool is neither sound nor complete. More information: https://misshit.org.

  • Check the current directory:

mh_lint

  • Check a specific directory recursively:

mh_lint {{path/to/directory}}

  • Check a MATLAB file:

mh_lint {{path/to/file.m}}

  • Check an Octave file:

mh_lint --octave {{path/to/file.m}}

Изображение Выучи 10 хороших привычек для работы в UNIX от IBM