export txt with text and numers

1 次查看(过去 30 天)
Simon Lind
Simon Lind 2020-12-8
回答: dpb 2020-12-8
I wasn't able to find a similar question already aswered.
I need to generate a .txt file in the format below. It has to include a text (name) a single value, two values separated by a semicolon, an entire, and then two vectors separated by a semicolon.
name
27.96
1900;01
12
110.70;14.30
100.50;20.50
...
thank you in advance

回答(1 个)

dpb
dpb 2020-12-8
Does seem as though TMW has ignored such in terms of prepared functions; probably because there is no limit to the possiblilities. But, there are examples in the doc --
https://www.mathworks.com/help/matlab/import_export/writing-to-text-data-files-with-low-level-io.html
There's also newer functions writecell, writetable that can be used to purpose.

类别

Help CenterFile Exchange 中查找有关 Data Type Conversion 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by