CL,CDi,CD0 change after each "for loop", how can i create 3 vectors, one for each variable?

CL,CDi,CD0 change after each "for loop", how can i create 3 vectors, one for each variable?
...
for VetorN = fix((20*sqrt(2).^(0:5)));
[row,col] = size(VetorN);
i = (1: col);
...
discSt.N = VetorN(i)
VN = VetorN
CL = WingSt.CL
CDi = WingSt.CDi
CD0 = WingSt.CD0
pause()
end

댓글 수: 2

Already you have created CL, CDi, CD0 right? What you want to do?
But they change, as you can see here(exemple):
I want save all the generated CD0 in a vector X, for exemple
X = [60 84 CD0...]

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

도움말 센터File Exchange에서 Get Started with Optimization Toolbox에 대해 자세히 알아보기

질문:

2020년 7월 2일

댓글:

2020년 7월 2일

Community Treasure Hunt

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

Start Hunting!

Translated by