Info
この質問は閉じられています。 編集または回答するには再度開いてください。
Index exceeds matrix dimensions.
1 回表示 (過去 30 日間)
古いコメントを表示
for f=1:m
for i=1:m
for j=1:4
di=abs(X(f,j)-X(i,j));
Z(i)=di;
end
[B,I]=sort(Z);
for c=1:20
if(X(f,5)==X(I(c),5))
k=0
end
end
end
end
1 件のコメント
KSSV
2018 年 6 月 20 日
With out the complete details of variables, it is tough to answer. I already commented in your previous question about the error.
回答 (0 件)
この質問は閉じられています。
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!