下記のようなプログラムで、エラーメッセージが出ます。どのように直せば良いですか
Show older comments
for r = 1:CNum
DDD(r)=kyori(zahyou(r,1),r);
end
位置 1 のインデックスが配列範囲を超えています
Accepted Answer
More Answers (0)
Categories
Find more on Matrix Indexing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!