trying to use 'readtable' command to read txt, file, but I couldn't specify the 'range' option
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Qingyu
el 30 de Mzo. de 2016
Editada: Walter Roberson
el 31 de Mzo. de 2016
Hi, I was trying to use 'readtable' to read a very simple txt file 'abc.txt' as follows
1 2 3 4
5 6 7 8
with this command
T = readtable('abc.txt', 'Delimiter',' ','range','A:B')
but I was always told
'Invalid parameter name: range.'
Is this because 'range' option only applies to excel file? Thank you.
0 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Spreadsheets en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!