Speeding Up MATLAB Applications
This seminar introduces the MATLAB user to techniques that improve the computational efficiency of their MATLAB applications. Traditional methods requiring no additional products will be discussed first, followed by an overview of additional computing resources, such as computing clusters through the Parallel Computing Toolbox.
Traditional Methods
- Understanding memory usage and vectorization
- Addressing bottlenecks in your code
Parallel Computing with MATLAB
- Overview of developing distributed and parallel applications
- Sending distributed tasks to a computing cluster