matlab 保存成csv逗号间隔的文件

dtime = d;
windspeed = w;
power = p;
BQ = BQ1';
Cell_T = table(dtime,windspeed,power,BQ);
writetable(Cell_T,[Name_equ{i,1},'.csv'],'Delimiter',',','QuoteStrings',true)

posted @ 2022-07-23 09:30  mythhhhh  阅读(235)  评论(0)    收藏  举报