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 Center および File ExchangeText Files についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by