Convert txt to readtable

3 ビュー (過去 30 日間)
Danai Varvatsouli
Danai Varvatsouli 2020 年 7 月 1 日
回答済み: SC 2020 年 7 月 1 日
I have a 2015a licences and I am trying to read a humid.txt file. I use readtable('humid.txt'); and then convert it with table2array. It normally works. Bu it's not readable by my matlab and it gives many errors. Instead if I use load it is readable. Anyone knows why?
  1 件のコメント
Walter Roberson
Walter Roberson 2020 年 7 月 1 日
Is it UTF encoded instead of plain text? Older versions of MATLAB did not support UTF encoded text files for readtable(). [They did support UTF encoded text files for textscan() if you knew what to do.]

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

回答 (1 件)

SC
SC 2020 年 7 月 1 日
Hey readtable is introduced in 2013b, it should work normally without errors.
Visit the following documentation to see, how it works:
if still the problem exists, attach your 'humid.txt' file. So the exact problem could be understood.

カテゴリ

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