You are hereMLAB
MLAB
Course: Programming in Matlab
Department/Abbreviation: OPT/MLAB
Year: 2020
Guarantee: 'Mgr. Radek Čelechovský, Ph.D.'
Annotation: The aim of the course is to acquire basic programming principles and learn how to use computing language Matlab for simulation of physical phenomena using a computer.
Course review:
1. Desktop basics, principles of programming, flow control, loops and conditional statements (for, while, if, switch, ..). Basic operators.
2-3. Workspace variables, matrices and arrays, array indexing, operators for matrix computation (*, /, \, ^, ') and operators for element-wise matrix computing (.*, ./, .^).
4-5. Data analysis and visualization of the data. Basic plotting functions and visualizing functions of two variables (plot, mesh, pcolor, surf).
6. Data import and export, file I/O functions, working with the graphics objects.
7. Functions. Anonymous and primary functions. Global variables.
8. String, Structure and Cell variables.
9. Serial port devices, read and write to devices connected to a serial port.
10. GUI guilding.