如果你的x(2)=;,上述语句可以省略
没有改善
B=;x(2)= ;
B*x(2)
???In an assignmentA(I) = B, the number of elements in B and
I must be the same.
错误还是这样的,矩阵的乘法这里用的没有问题啊一个是3*3矩阵,一个是3*1矩阵,都没有问题啊 原帖由 猴王 于 2007-4-22 15:10 发表 http://forum.vibunion.com/forum/images/common/back.gif
B=;
x(2)= ;
B*x(2)
???In an assignmentA(I) = B, the number of elements in B and
I must be the same.
错误还是这样的,矩阵的乘法这里用的 ...
x(2) 是一个数,不能赋值为一个向量!
要不用cell,即 x{2} = ,不过用在你这里不妥;要不 x = ,这样 B 就可以与 x 相乘了
页:
1
[2]