Info

此问题已关闭。 请重新打开它进行编辑或回答。

variation of an incognita and multiple indepedent results

1 次查看(过去 30 天)
I would like to do a study on the variation of an incognita, and I would like to obtain the result of each operation, what could I do to achieve this? But i can't use a vector in some operations. What should I do?
  2 个评论
Cauli Vilela Ferreira
I got it already! the code is very extensive, and it's secreat yet, its to my college
but, its something like this
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 个)

Community Treasure Hunt

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

Start Hunting!

Translated by