Reading a .txt file without knowing the length of rows and skipping headers
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Nethanel Benzaquen
el 3 de Nov. de 2021
Respondida: Johannes Hougaard
el 3 de Nov. de 2021
Hello,
I need to read a .txt file without knowing the size of the filewhile putting inputing into a matrix and while skipping the first row
Here is an example of a file that needs to be put into a matrix
0 comentarios
Respuesta aceptada
Johannes Hougaard
el 3 de Nov. de 2021
m = readmatrix('connectivity.txt','NumHeaderLines',1);
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Low-Level File I/O 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!