Info
此问题已关闭。 请重新打开它进行编辑或回答。
Error: Subscript indices must either be real positive integers or logicals.
1 次查看(过去 30 天)
显示 更早的评论
for i = 1:sizex;
for j = 1:sizey;
cor = Xc(i,j,1);
blank( ([i j 1]*A) ) = cor;
end
end
Subscript indices must either be real positive integers or logicals.
Error in testando (line 35) blank( ([i j 1]*A) ) = cor;
1 个评论
Nitin
2013-6-25
Did you initialize blank?
What is A? A Matrix or a value? Is it element wise multiplication?
回答(0 个)
此问题已关闭。
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!