Reading a .txt file without knowing the length of rows and skipping headers

2 vues (au cours des 30 derniers jours)
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

Réponse acceptée

Johannes Hougaard
Johannes Hougaard le 3 Nov 2021
m = readmatrix('connectivity.txt','NumHeaderLines',1);

Plus de réponses (0)

Catégories

En savoir plus sur Data Type Conversion dans Help Center et File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by