hello Dr.Yi
This code is working good for N<=150
but when N exceeds this limit, a nonsense happens
Is there any improvement to the code considering this error?
Thank you Prof. Yi Cao.
I have a problem at this point:
X=sigma(x,P,c) %sigma points around x
It keeps saying:
"Index exceeds matrix dimensions.
Error in sigma (line 97)
a=varargin{1}; b=varargin{2}; c=varargin{3}; d=varargin{4};"
when i run this instead:
X=sigma(x,P,c,[],1), it says:
"Error using sigma (line 107)
The A matrix must be square"
Please does anyone have a solution to this? I can't seem to get past this point.
Thank you.
Hi guys, i need some help please. I Use Matlab R2012b to try to run the code/example. I usually copy the whole code,place a new editor,highlight the example,right click,left click 'evaluate selection'(as i don't see any 'run').But on Matlab's command window, it shows the highlighted example and says "Undefined function 'ekf' for input arguments of type 'function_handle'." Please who knows what could be wrong? What could i be doing wrong? Thank you. John
Dear Yi Cao,
I have a problem with the correlation matrix of the measurement. It becomes non-positive definite for some parameters.
How can I handle this problem?
I have already tried same matrix validations but they do not work.
I have to calibrate model's parameters with MLE.
Any comment is appreciated
Thanks
G.
Comment only