Index exceeds matrix dimensions.
정보
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
이전 댓글 표시
if(X(n,5)==X(i(c),5));
댓글 수: 12
div
2018년 6월 20일
KSSV
2018년 6월 20일
We cannot help unless the purpose and dimensions of the variables needed. Copy the complete code here.
Torsten
2018년 6월 20일
Variable "n" is undefined.
div
2018년 6월 20일
div
2018년 6월 20일
div
2018년 6월 20일
Jan
2018년 6월 20일
What does "X is a file" mean? The name of the file?
In the body of the question, there is a lower-case "i", but in the code in the comment an upper-case "I".
Does the code in the comment solve your question?
In
for j=1:4
di=abs(X(f,j)-X(i,j));
Z(i)=di;
end
You overwrite the value of Z(i) 3 times. Afterwards Z(i) contains only the value for j=4.
답변 (0개)
이 질문은 마감되었습니다.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!