필터 지우기
필터 지우기

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

답변 (1개)

Gabriel Delcros
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 CenterFile Exchange에서 Spreadsheets에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by