エラー:位置 1 のインデックスが配列範囲を超えています、について

エラー:位置 1 のインデックスが配列範囲を超えています(25 を超えてはならない)とはどういう意味でしょうか? コードは以下です。
dataC = xlsread('SH.xlsx','C','A2:I50');
Cth=dataC(25:45,1);

 Accepted Answer

YUXING WANG
YUXING WANG on 12 Jul 2018

1 vote

参照するファイルを間違えているとかでしょうか.

More Answers (1)

lattice
lattice on 11 Jul 2018

2 votes

エクセルのデータに 50 行まで値が入ってないのではないでしょうか. 読み込んだ dataC の配列のサイズをが 25 行までしかないとか.

Categories

Find more on 言語の基礎 in Help Center and File Exchange

Products

Release

R2018a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!