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