エラー:位置 1 のインデックスが配列範囲を超えています、について
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Yusei Ogawa
il 10 Lug 2018
Risposto: YUXING WANG
il 12 Lug 2018
エラー:位置 1 のインデックスが配列範囲を超えています(25 を超えてはならない)とはどういう意味でしょうか? コードは以下です。
dataC = xlsread('SH.xlsx','C','A2:I50');
Cth=dataC(25:45,1);
0 Commenti
Risposta accettata
Più risposte (1)
lattice
il 11 Lug 2018
エクセルのデータに 50 行まで値が入ってないのではないでしょうか. 読み込んだ dataC の配列のサイズをが 25 行までしかないとか.
0 Commenti
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!