====== Introduction to MATLAB ====== In all labs of the course we will use [[https://www.mathworks.com/products/matlab.html|Matlab]]. In the first lab, we will introduce how to operate with images. You will learn how to read/store images form disk/web, how images are represented, how to display images, how to address image pixels, etc. If you have never encounter with Matlab, please follow one of many tutorials, as e.g., * [[https://www.mathworks.com/help/matlab/getting-started-with-matlab.html|Mathwork's tutorial]] * [[https://www.tutorialspoint.com/matlab/matlab_quick_guide.htm|Tutorials point - Matlab quick guide]] You may find it useful to have this 'cheat sheet' reference printed (especially pages 1-2) and use it for a quick lookup: * [[https://cw.fel.cvut.cz/b202/_media/courses/mtb/mtb_cheat_sheet.pdf | Matlab cheat sheet]] Please download the following template m-file [[https://cmp.felk.cvut.cz/~cechj/teaching/DZO-2022/01/cv1_template.m|cv1.m]]. The script contains several simple tasks. You are supposed to fill the code at the indicated locations. You can compare your results to [[https://cmp.felk.cvut.cz/~cechj/teaching/DZO-2022/01/cv1_assignement.html|ours]]. When you are done, please upload your results to [[https://cw.felk.cvut.cz/brute|BRUTE]]. In particular, upload a zip-file containing: * Your script with filled codes (cv1.m), * Resulting image (result.jpg).