column index matrix must be the same?
F=ones(449,672);H=ones(449,672);C=ones(449,672);E=ones(449,672);>> X=ones(449,672);
G=99.0629;
D= 100.9371;
for j=449:671
X(1,j) =/ D;
end
???In an assignmentA(matrix,matrix) = B, the number of columns in B
and the number of elements in the A column index matrix must be the same.
[ 本帖最后由 ChaChing 于 2010-4-4 21:08 编辑 ] 把中括号换成小括号
建议先阅读matlab基础书,不然会到处碰壁
[ 本帖最后由 ChaChing 于 2010-4-4 20:18 编辑 ] 多谢eight!感激不尽!
页:
[1]