rows interval using textscan
Afficher commentaires plus anciens
What is the equivalent of
xlsread('data.xlsx','B5:B10')
in the
textscan
?
3 commentaires
Bob Thompson
le 24 Juin 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
le 24 Juin 2019
Himanshu Rai
le 24 Juin 2019
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Text Files dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!