ungm_d2f_dx2.m

来自「有关kalman滤波及其一些变形滤波算法」· M 代码 · 共 9 行

M
9
字号
% Hessian of the state transition function in UNGM-model.% 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 d = ungm_d2f_dx2(x,param)    d = 25*(-6*x+2*x.^5-4*x.^3)/((1+x.^2).^4);

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?