필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

variation of an incognita and multiple indepedent results

조회 수: 2 (최근 30일)
Cauli Vilela Ferreira
Cauli Vilela Ferreira 2020년 6월 30일
마감: MATLAB Answer Bot 2021년 8월 20일
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
darova
darova 2020년 7월 1일
Can you show something? I don't understand the question
Cauli Vilela Ferreira
Cauli Vilela Ferreira 2020년 7월 2일
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