how to create ascii file using loop

3 次查看(过去 30 天)
Ls
Ls 2021-8-19
评论: Wan Ji 2021-8-19
I have four generated file under headings X,Y,Z and T how do I create ascii file using LOOP
  1 个评论
Wan Ji
Wan Ji 2021-8-19
Why not use writetable?
myTable = table(X(:),Y(:),Z(:),T(:));
writetable(myTable, 'mytable.txt');

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Loops and Conditional Statements 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by