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

1 view (last 30 days)
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.

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 27 Jun 2009
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')

More Answers (0)

Categories

Find more on Environment and Settings in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!