Clear Filters
Clear Filters

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

1 view (last 30 days)
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

Answers (0)

Community Treasure Hunt

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

Start Hunting!