rows interval using textscan
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
sermet OGUTCU
el 24 de Jun. de 2019
Respondida: Guillaume
el 24 de Jun. de 2019
What is the equivalent of
xlsread('data.xlsx','B5:B10')
in the
textscan
?
Respuesta aceptada
Guillaume
el 24 de Jun. de 2019
The intent of the question is a bit unclear since textscan cannot parse excel files. If the intent is to parse a csv file, then both dlmread and csvread (which calls dlmread) accept a range.
In any case, it is very likely that parsing the text file would be a lot easier with readtable or readmatrix. The latter requires R2019a.
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Text Files en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!