Dear Friends
I have written Function f(n) in Matlab m-file and when I am trying to call f(n) (earlier writng n=1) Matlab tells me: "???input argument "n" is not defined"
Could any body help me?
best regards
zbik
My function looks like this
function g=f(n)
g=n+1