📄 ekf_sine_dh_dx.m
字号:
% Jacobian of the measurement model function in the random sine signal demo% Copyright (C) 2007 Jouni Hartikainen%% This software is distributed under the GNU General Public % Licence (version 2 or later); please refer to the file % Licence.txt, included with the software, for details.function dY = ekf_sine_dh_dx(x,param)f = x(1,:);w = x(2,:);a = x(3,:); dY = [(a.*cos(f))' zeros(size(f,2),1) (sin(f))'];
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -