rows interval using textscan
Show older comments
What is the equivalent of
xlsread('data.xlsx','B5:B10')
in the
textscan
?
3 Comments
Bob Thompson
on 24 Jun 2019
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
on 24 Jun 2019
Himanshu Rai
on 24 Jun 2019
Accepted Answer
More Answers (0)
Categories
Find more on Text Files in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!