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

4 次查看(过去 30 天)
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

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Loops and Conditional Statements 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by