how can i use this code newdata = [column1,column2]; csvwrite('​yourfile',​newdata) in a FOR LOOP.?

1 次查看(过去 30 天)
How to use the below code in a for loop. I want to generate 3 data files using the figures obtained. I have the code for just one file. How to use it in FOR LOOP.
newdata = [column1,column2];
csvwrite('yourfile',newdata)
Thanks in advance.

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Structures 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by