reading the data with title

I have a text file with title , I want to add a new column that replicate the header as per column length
I want to have final matrix
1 2 3 cat
3 4 5 cat
5 6 7 cat

4 件のコメント

Rik
Rik 2021 年 11 月 9 日
What have you tried so far? It seems like you first need to read the file as text.
MOH
MOH 2021 年 11 月 9 日
i used readtable
Rik
Rik 2021 年 11 月 9 日
Since you don't really need to parse the values, it makes more sense to me to read as text.
Also, what exact syntax did you use?
MOH
MOH 2021 年 11 月 9 日
I didn't know how to do it , please help ?

サインインしてコメントする。

回答 (1 件)

Rik
Rik 2021 年 11 月 9 日

0 投票

Any Google search for 'read text file matlab' should provide you with an answer that works. What I personally use is my readfile function (which you can get from the FEX). If you are using R2017a or later, you can also get it through the AddOn-manager.

カテゴリ

ヘルプ センター および File ExchangeCharacters and Strings についてさらに検索

質問済み:

MOH
2021 年 11 月 9 日

回答済み:

Rik
2021 年 11 月 9 日

Community Treasure Hunt

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

Start Hunting!

Translated by