Mohd Aifaa
Imperial College London
自 2013 起处于活动状态
Followers: 0 Following: 0
Feeds
已回答
Unable to use "cholupdate" in a Simulink Matlab function made for C code generation
try this for cholesky factor rank 1 update/downdate without using cholupdate R1=chol(R'*R+x*x'); (update) R1=chol(R'*R-x*x')...
Unable to use "cholupdate" in a Simulink Matlab function made for C code generation
try this for cholesky factor rank 1 update/downdate without using cholupdate R1=chol(R'*R+x*x'); (update) R1=chol(R'*R-x*x')...
12 years 前 | 0
