Effacer les filtres
Effacer les filtres

how to create ascii file using loop

2 vues (au cours des 30 derniers jours)
Ls
Ls le 19 Août 2021
Commenté : Wan Ji le 19 Août 2021
I have four generated file under headings X,Y,Z and T how do I create ascii file using LOOP
  1 commentaire
Wan Ji
Wan Ji le 19 Août 2021
Why not use writetable?
myTable = table(X(:),Y(:),Z(:),T(:));
writetable(myTable, 'mytable.txt');

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Loops and Conditional Statements dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by