I need help in this issue. it’s been long time getting this error.
Unable to perform assignment because the left and right sides have a different number of elements.
Error in EM_RTSS>kalman_filter (line 144)
Z_estimates(n) = Z_est; % Store state estimate
Error in EM_RTSS (line 40)
[Z_estimates, P_estimates] = kalman_filter(A, B, S, sigma, mu1, S1, temp);Unable to perform assignment because the left and right sides have a different number of elements.
Error in EM_RTSS>kalman_filter (line 144)
Z_estimates(n) = Z_est; % Store state estimate
Error in EM_RTSS (line 40)
[Z_estimates, P_estimates] = kalman_filter(A, B, S, sigma, mu1, S1, temp); Unable to perform assignment because the left and right sides have a different number of elements.
Error in EM_RTSS>kalman_filter (line 144)
Z_estimates(n) = Z_est; % Store state estimate
Error in EM_RTSS (line 40)
[Z_estimates, P_estimates] = kalman_filter(A, B, S, sigma, mu1, S1, temp); kalman filter MATLAB Answers — New Questions