MATLAB: Is it possible to show tips on how to accelerate lines of code in the MATLAB 7.0 (R14) Profiler

acceleratecodehintsMATLABmlintperformanceprofilerr14speedtips

The Profiler in MATLAB 6.5 (R13) provided hints on how to accelerate certain lines of code. The Profiler in MATLAB 7.0 (R14) does not give these hints. However, when I apply suggestions from the MATLAB 6.5 Profiler and run the code in MATLAB 7.0, I see significant improvement in speed.

Best Answer

The ability to show tips on how to accelerate lines of code in the MATLAB 7.0 (R14) Profiler is not available.
As a workaround, consider using the M-Lint Code Check Report, available from the Current Directory browser, or the MLINT function. M-Lint provides suggestions regarding possible problems in the code, or ways to improve its performance. See the M-Lint documentation for more information:
doc mlint
or
docsearch('accessing m-lint')