rows interval using textscan
古いコメントを表示
What is the equivalent of
xlsread('data.xlsx','B5:B10')
in the
textscan
?
3 件のコメント
Bob Thompson
2019 年 6 月 24 日
To the best of my knowledge, you cannot specify a specific number of rows within textscan. You can tell it to ignore a number of rows at the beginning as 'headers,' but I don't believe it stops until it finishes the file once it actually starts reading.
sermet OGUTCU
2019 年 6 月 24 日
Himanshu Rai
2019 年 6 月 24 日
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Text Files についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!