?? ut_sigmas.m
字號:
%UT_SIGMAS - Generate Sigma Points for Unscented Transformation%% Syntax:% X = ut_sigmas(M,P,c);%% In:% M - Initial state mean (Nx1 column vector)% P - Initial state covariance% c - Parameter returned by UT_WEIGHTS%% Out:% X - Matrix where 2N+1 sigma points are as columns%% Description:% Generates sigma points and associated weights for Gaussian% initial distribution N(M,P). For default values of parameters% alpha, beta and kappa see UT_WEIGHTS.%% See also UT_WEIGHTS UT_TRANSFORM UT_SIGMAS%% Copyright (C) 2006 Simo S鋜kk
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -