|  | 
 
| 
本帖最后由 eecsseudl 于 2013-4-29 09:58 编辑
×
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册  
 用Sqrtm函数对一个复数组成的矩阵进行开方,报出下面的错误信息,大侠帮忙看看。谢谢!!!
 ??? Undefined function or method 'schur' for input arguments of type
 'double' and attributes 'full 3d complex'.
 Error in ==> sqrtm at 33
 [Q, T] = schur(A,'complex');  % T is complex Schur form.
 
 
 
 
 
 
 
 | 
 |