export txt with text and numers

1 view (last 30 days)
Simon Lind
Simon Lind on 8 Dec 2020
Answered: dpb on 8 Dec 2020
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

Answers (1)

dpb
dpb on 8 Dec 2020
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.

Categories

Find more on Data Type Conversion in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!