Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Error: Subscript indices must either be real positive integers or logicals.

1 回表示 (過去 30 日間)
Laryssa Seabra
Laryssa Seabra 2013 年 6 月 25 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
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
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!

Translated by