エラー:位置 1 のインデックスが配列範囲を超えています、について
Afficher commentaires plus anciens
エラー:位置 1 のインデックスが配列範囲を超えています(25 を超えてはならない)とはどういう意味でしょうか? コードは以下です。
dataC = xlsread('SH.xlsx','C','A2:I50');
Cth=dataC(25:45,1);
Réponse acceptée
Plus de réponses (1)
lattice
le 11 Juil 2018
2 votes
エクセルのデータに 50 行まで値が入ってないのではないでしょうか. 読み込んだ dataC の配列のサイズをが 25 行までしかないとか.
Catégories
En savoir plus sur 言語の基礎 dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!