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.
1 个评论
Stephen23
2017-4-17
Well, this has been explained many times before on this forum, and you can easily search this forum using the big "Search Answers" field at the top of this page. You should start by reading this:
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Function Creation 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!