not enough input arguments when using function functions.
Hi, when I call heun(u0,n,dt,f), the error is:
Not enough input arguments.
Error in f (line 7)
mat = zeros(n);
Any ideas why? It’s like the f function hasn’t even read the parameters I put into it.
Thanks.Hi, when I call heun(u0,n,dt,f), the error is:
Not enough input arguments.
Error in f (line 7)
mat = zeros(n);
Any ideas why? It’s like the f function hasn’t even read the parameters I put into it.
Thanks. Hi, when I call heun(u0,n,dt,f), the error is:
Not enough input arguments.
Error in f (line 7)
mat = zeros(n);
Any ideas why? It’s like the f function hasn’t even read the parameters I put into it.
Thanks. function functions, matlab MATLAB Answers — New Questions