Filter löschen
Filter löschen

how to create ascii file using loop

2 Ansichten (letzte 30 Tage)
Ls
Ls am 19 Aug. 2021
Kommentiert: Wan Ji am 19 Aug. 2021
I have four generated file under headings X,Y,Z and T how do I create ascii file using LOOP
  1 Kommentar
Wan Ji
Wan Ji am 19 Aug. 2021
Why not use writetable?
myTable = table(X(:),Y(:),Z(:),T(:));
writetable(myTable, 'mytable.txt');

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu Loops and Conditional Statements 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