As I stated yesterday I would be looking into the ode solvers that MATLAB employs. I've begun to utilize the ode solver and inline command in my program. I've come up with a few ERROR lines:
??? Error using ==> inline.feval at 26
Too many inputs to inline function.
Error in ==> odearguments at 110
f0 = feval(ode,t0,y0,args{:}); % ODE15I sets args{1} to yp0.
Error in ==> ode15s at 228
[neq, tspan, ntspan, next, t0, tfinal, tdir, y0, f0, odeArgs, odeFcn, ...
I've been spending my time looking up how to fix these errors and testing the solutions out on my own code. I receive similar errors; therefore, more digging on how to fix these errors is necessary. Also I will ask Prof. Graham for a little help too.
"Research is the process of going up alleys to see if they are blind."~ Marston Bates
No comments:
Post a Comment