Filter löschen
Filter löschen

export txt with text and numers

1 Ansicht (letzte 30 Tage)
Simon Lind
Simon Lind am 8 Dez. 2020
Beantwortet: dpb am 8 Dez. 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

Antworten (1)

dpb
dpb am 8 Dez. 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.

Kategorien

Mehr zu Data Type Conversion finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by