Browse Source

fixed output state variable name state_variance to state_variances

master
Tom Wang 5 years ago committed by Kabir Mohammed
parent
commit
4044abdd20
  1. 4
      EKF/matlab/EKF_replay/Filter/RunFilter.m

4
EKF/matlab/EKF_replay/Filter/RunFilter.m

@ -61,7 +61,7 @@ output = struct('time_lapsed',[]',... @@ -61,7 +61,7 @@ output = struct('time_lapsed',[]',...
'mag_XYZ',[],...
'wind_NE',[],...
'dt',0,...
'state_variance',[],...
'state_variances',[],...
'innovations',[],...
'magFuseMethod',[]);
@ -344,4 +344,4 @@ for index = indexStart:indexStop @@ -344,4 +344,4 @@ for index = indexStart:indexStop
end
end
end

Loading…
Cancel
Save