System Setup and Matlab Resources
Matlab Resources
All projects in this course will be done in Matlab. Matlab is available (for Windows, Mac, and Linux) to students for free through Terpware. Be sure to get the Computer Vision Toolkit, as we’ll use it in later projects.
Tutorials
Introduction to Matlab:
- Getting Started with MATLAB.
- Interface overview.
- How to write a script/program.
- Introduction to Matlab (code), from Brown CSCI1290.
Writing good code:
- Techniques to improve performance, from Mathworks.
- Vectorization is especially important. Here’s an overview from Mathworks.
- Debugging in Matlab, from Mathworks.