How to open this specific text file which is in the table format.

3 vues (au cours des 30 derniers jours)
Mibang
Mibang le 22 Mai 2024
Commenté : Mibang le 22 Mai 2024
I want to open the text file(testann.txt).
When I used
readtable('testann.txt')
It doesn't show the first row.
How can I see the 1st row of the table?
Thank you.
  1 commentaire
Mibang
Mibang le 22 Mai 2024
I got the answer as below:
readtable('testann.txt',NumHeaderLines=1)

Connectez-vous pour commenter.

Réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by