export txt with text and numers
1 view (last 30 days)
Show older comments
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
0 Comments
Answers (1)
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.
0 Comments
See Also
Categories
Find more on Text Data Preparation in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!