Getting an indexing error in my matlab program. Please help.
古いコメントを表示
for i=0:8
for j=0:27
N_matrix(i)(j)=0;(ERROR HERE)
end
end
()-indexing must appear last in an index expression.
1 件のコメント
KSSV
2018 年 10 月 15 日
Indices of MATLAB start from 1
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Startup and Shutdown についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!