I have this function in Matlab:
function f(array, N) ... end
N may not be passed. So I want to have a default value, for example 5: