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

1 回表示 (過去 30 日間)
Chaitanya Bade
Chaitanya Bade 2017 年 4 月 17 日
コメント済み: Stephen23 2017 年 4 月 17 日
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
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 ExchangeFunction Creation についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by