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

Risposte (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.

Categorie

Tag

Richiesto:

il 2 Ott 2023

Risposto:

il 2 Ott 2023

Community Treasure Hunt

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

Start Hunting!

Translated by