PDA

查看完整版本 : [MATLAB数学相关] [L.R,L.p,L.perm] = chol(AAt,'vector')


renascence
2009-06-03, 19:25
为什么运行命令
AAt=0.1667*eye(6);
[L.R,L.p,L.perm] = chol(AAt,'vector')
时出现错误:
??? Error using ==> chol
Too many output arguments.