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
KSSV
2020년 7월 2일
Already you have created CL, CDi, CD0 right? What you want to do?
Cauli Vilela Ferreira
2020년 7월 2일
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Get Started with Optimization Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
