write a row from excel to a text file

1 回表示 (過去 30 日間)
Elysi Cochin
Elysi Cochin 2021 年 3 月 30 日
コメント済み: Elysi Cochin 2021 年 3 月 30 日
How can i write a string row ( not English ) from excel to notepad or wordpad. Is it possible in Matlab?
I have attached a sample excel sheet
  8 件のコメント
Stephen23
Stephen23 2021 年 3 月 30 日
I suspect that R2018a is unable to handle all Unicode correctly, but I have no way to check this. Perhaps Chris LaPierre can help further on clarifying this.
As an aside, I strongly recommend that you use a robust text editor, for example Notepad++.
Elysi Cochin
Elysi Cochin 2021 年 3 月 30 日
Thank you sir for your suggestions

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

採用された回答

Cris LaPierre
Cris LaPierre 2021 年 3 月 30 日
  5 件のコメント
Cris LaPierre
Cris LaPierre 2021 年 3 月 30 日
編集済み: Cris LaPierre 2021 年 3 月 30 日
Doesn't sound like it. You hadn't indicated what version of MATLAB you were using, so I used my version, which is R2021a.
You may need to specify the encoding. Try using this for your write command.
writetable(d,"Book1.txt","WriteVariableNames",false,"Delimiter","\t",'Encoding','UTF-8')
For more details, see the "Write Foreign-Language Characters to Text Files" section of the R2018a writetable documentation.
Elysi Cochin
Elysi Cochin 2021 年 3 月 30 日
Great Sir, thank you so much. Thanks a lot, now it works perfectly

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSpreadsheets についてさらに検索

製品


リリース

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by