run the code as below in command window:
n=3
:
:
end
has an error:
??? Undefined function or method 'ekf' for input arguments of type
'function_handle'.
how to run these codes?
Can you go over the steps to properly run this function please?! I am still getting error that have been mentioned above in some comments, mainly:
??? Maximum recursion limit of 500 reached. Use set(0,'RecursionLimit',N)
to change the limit. Be aware that exceeding your available stack space can
crash MATLAB and/or your computer.
Error in ==> ekf>create@(x)[x(2);x(3);0.05*x(1)*(x(2)+x(3))]
Thanks:)
I downloaded the file and ran it on R2006b. Got the following error. Could someone tell me what I am doing wrong? I guess I have to uncomment a few things and run in some sequence, but unable to figure out what
??? Input argument "fstate" is undefined.
Error in ==> ekf at 51
[x1,A]=jaccsd(fstate,x); onlinear update and linearization at current state
Comment only