Desktop Tools and Development Environment Previous page   Next Page

Profiling for Improving Performance

One way to improve the performance of your M-files is using profiling tools. MATLAB provides the M-file Profiler, a graphical user interface that is based on the results returned by the profile function. Use the Profiler to help you determine where you can modify your code to make performance improvements. This section covers the following topics:


Previous page  Making Changes Based on M-Lint Messages What Is Profiling? Next page

© 1994-2005 The MathWorks, Inc.