reading data from text file
Mostrar comentarios más antiguos
I have a text file that consists of:
[a, b, c]=textread('C:\Users\Srtm\Desktop\new\os.txt','%f%f%f');
where am i doing wrong
1 comentario
Rena Berman
el 24 de En. de 2023
(Answers Dev) Restored edit
Respuesta aceptada
Más respuestas (1)
Cris LaPierre
el 27 de Jun. de 2022
1 voto
Use readtable (use column headers as variable names) or readmatrix (will need to skip the first row) instead.
Categorías
Más información sobre File Operations en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!