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

조회 수: 2 (최근 30일)
Mibang
Mibang 2024년 5월 22일
댓글: Mibang 2024년 5월 22일
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
Mibang
Mibang 2024년 5월 22일
I got the answer as below:
readtable('testann.txt',NumHeaderLines=1)

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Text Files에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by