Warning
This page is located in archive. Go to the latest version of this course pages.

MATLAB

We will be using MATLAB to solve the assignments. MATLAB is heavily oriented on working with vectors and matrices which is convenient while working with digital images.

For the case you are not too sure about your MATLAB skills, here are few useful links:

Use following MATLAB commands to access the documentation:

  • Short help for the sum function describing its arguments and outputs:
    help sum
  • Reference page for the sum function containing also example usage:
    doc sum

It can be tricky sometimes to use MATLAB correctly. You should avoid using for and while loops if possible and try to utilize the vectorization instead.

Presentation from the labs: introductiontomatlab.pdf

courses/b4m33dzo/labs/0_matlab.txt · Last modified: 2017/10/09 10:56 by skovirad