|
Collections - Matrix. |
For loop for i=1:N statements end |
While loop while expressions statements end |
if statement if expression statements else statements end |
nested if if expression statements elseif expressions statements else |
functions and scripts - Creating functions Difference between function and scripts. - Script will return the same thing. - Function changes with regards to the input. |
Reading files - csvread - xlsread |
LET US DUBLIN HOUSE SALES DATA PLAY !!!!!! | Debugging - Set breakpoints. - press next line. |