how to create ascii file using loop

1 visualización (últimos 30 días)
Ls
Ls el 19 de Ag. de 2021
Comentada: Wan Ji el 19 de Ag. de 2021
I have four generated file under headings X,Y,Z and T how do I create ascii file using LOOP
  1 comentario
Wan Ji
Wan Ji el 19 de Ag. de 2021
Why not use writetable?
myTable = table(X(:),Y(:),Z(:),T(:));
writetable(myTable, 'mytable.txt');

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Loops and Conditional Statements en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by