関数 xlsread で第 3 出力 (raw) に格納される範囲はどのように決定されますか?
Ältere Kommentare anzeigen
Excel ファイルの読み込みを xlsread 関数で行っています。
>> [num,txt,raw] = xlsread('test.xlsx')
この時、例えば、1 列目に何もデータを入れていないときに、ファイルによって、
- 1 列目を無視して 2 列目から格納される
- 1 列目が全て NaN として格納される
という場合があります。この挙動の違いについて教えてください。
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu スプレッドシート finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!