Functions
What happens if i pass a matrix argument?
The function will run for each of the elements
What is the syntex for a function?
function [ output1, output2 ] = functionName(argument1, argument2)
code
code
output1 = value
output2 = value
end