필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

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

조회 수: 2 (최근 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