Graphics Reference
In-Depth Information
Figure 1-2.
MATLAB enables you to execute commands or groups of commands one at a time, with no compile or link,
to achieve the optimal solution.
To quickly execute complex vector and matrix calculations, MATLAB uses libraries optimized for the processor.
For many of its calculations, MATLAB generates instructions into machine code using JIT ( Just-In-Time ) technology.
Thanks to this technology, which is available for most platforms, execution speeds are much faster than with
traditional programming languages.
MATLAB includes development tools , which help efficiently implement algorithms. The following are some of them:
MATLAB Editor - With editing functions and standard debugging offerings such as setting
breakpoints and step by step simulations
M-Lint Code Checker - Analyzes the code and recommends changes to improve the
performance and maintenance (Figure 1-3 )
Figure 1-3.
Search WWH ::




Custom Search