how ro use function in matlab 2015 code example Example: how to write a function in matlab function f = fact(n) f = prod(1:n); end