how to export data to excel for each iterations after four compound for loops?
1 次查看(过去 30 天)
显示 更早的评论
I have set of codes in below format.
% variables /n for i= 0:0.2:1.0
% formula
for n=0:0.2:1.0
% formula
for l=0:0.25:1
% formula
for m=0:0.2:1
%formula
%formula
%formula
. . . . . . . . . .
Final = [x y z . . . . . . . . . . . . .];
end
end
end
end
0 个评论
回答(1 个)
Gabriel Delcros
2017-1-30
Hye, You may have to use xlswrite ;)
https://de.mathworks.com/help/matlab/ref/xlswrite.html?requestedDomain=www.mathworks.com
Enjoy!
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Spreadsheets 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!