Skip to content

brown-ccv/Matlab-Improving-Performance

Repository files navigation

MATLAB : Improving Performance

This workshop will cover basic performance optimization techniques using MATLAB, including: code profiling, pre-allocation, sequential memory access, vectorization, and efficient matrix-vector storage and operations. We will assume that participants have a basic understanding of the MATLAB programming language.

Topics Covered

  1. Pre-allocation
  2. Sequential Memory Access
  3. Vectorization
  4. Sparse Matrices
  5. Profiling and Optimization

You can view the slides for this workshop here

Downloading this Workshop

You can download this repository to test the experiments/examples provided

To clone

    git clone https://github.com/brown-ccv/Matlab-Improving-Performance.git
    cd Matlab-Improving-Performance

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages