フィルターのクリア

Need help on how to CREATE a text file in matlab?

3 ビュー (過去 30 日間)
Dani
Dani 2023 年 10 月 2 日
回答済み: Cris LaPierre 2023 年 10 月 2 日
Do I use fopen or table function?

回答 (2 件)

Star Strider
Star Strider 2023 年 10 月 2 日
Do I use fopen or table function?
It depends on what you want to do. If you have a numeric array with column text headings, use table and then writetable to create the file. If youu have a matrix, the writematrix function may be more appropriate. If you have a cell array, use writecell.

Cris LaPierre
Cris LaPierre 2023 年 10 月 2 日
It really depends on the data you are trying to write to the file. See this page: https://www.mathworks.com/help/matlab/import_export/write-to-delimited-data-files.html

カテゴリ

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