Installation guide
6 Editing and Debugging M-Files
Right-click the highlighted code (for a single-button mouse, use Ctrl+click).
The first item in the context menu indicates the automatic fix that M-Lint
can perform. Select it and M-Lint automatically corrects the code. In this
example, M-Lint replaces
prod(size(hline)) with numel(hline).
6-94