エラー:位置 1 のインデックスが配列範囲を超えています、について
Show older comments
エラー:位置 1 のインデックスが配列範囲を超えています(25 を超えてはならない)とはどういう意味でしょうか? コードは以下です。
dataC = xlsread('SH.xlsx','C','A2:I50');
Cth=dataC(25:45,1);
Accepted Answer
More Answers (1)
lattice
on 11 Jul 2018
2 votes
エクセルのデータに 50 行まで値が入ってないのではないでしょうか. 読み込んだ dataC の配列のサイズをが 25 行までしかないとか.
Categories
Find more on 言語の基礎 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!