Development Environment    

Improving M-File Performance - the Profiler


One way to improve the performance of your M-files is to profile them. MATLAB provides an M-file profiler that lets you see how much computation time each line of an M-file uses.

This section on profiling covers the following topics:


 Printing Preferences for the Editor/Debugger What Is Profiling?