Azzera filtri
Azzera filtri

how to create ascii file using loop

2 visualizzazioni (ultimi 30 giorni)
Ls
Ls il 19 Ago 2021
Commentato: Wan Ji il 19 Ago 2021
I have four generated file under headings X,Y,Z and T how do I create ascii file using LOOP
  1 Commento
Wan Ji
Wan Ji il 19 Ago 2021
Why not use writetable?
myTable = table(X(:),Y(:),Z(:),T(:));
writetable(myTable, 'mytable.txt');

Accedi per commentare.

Risposte (0)

Categorie

Scopri di più su Loops and Conditional Statements in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by