photo

Cauli Vilela Ferreira


Last seen: 2년 초과 전 2020년부터 활동

Followers: 0   Following: 0

통계학

  • Thankful Level 2
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


calling the variable from one script to another one and making a plot
What can I do to create two scripts one for each 'for loop' call the variable from one script to the other. And so make a plot ...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


is it possible to do what is in the code below?
is it possible to do what is in the code below? marked on '!!' for k = 1 : numel(VetorN) DiscSt.N(k) = VetorN(k); ...

4년 초과 전 | 답변 수: 0 | 0

0

답변

질문


what can i do here to not have to repeat the highlighted code?
what can i do here to not have to repeat the highlighted code? this code: (WingSt.CL = WingSt.AoA + DiscSt.N ...) I need to ge...

4년 초과 전 | 답변 수: 0 | 0

0

답변

질문


what can I do to VetorN always be an even number.
What can I do to VetorN always be an even number? N = 40; % number of discretization points in = 5; % number of inputs VetorN...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


compressing a code, help me
Any one knows how to compress this code as much as possible? for VetorN = fix((20*sqrt(2).^(0:5))) [row,col] = size(VetorN); ...

4년 초과 전 | 답변 수: 2 | 0

2

답변

질문


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)...

4년 초과 전 | 답변 수: 0 | 0

0

답변

질문


variation of an incognita and multiple indepedent results
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...

4년 초과 전 | 답변 수: 0 | 0

0

답변

질문


geometric progression and multiply by a common variable, help me pls.
How could I generalize some numbers, for example (20, 20 * sqrt (2), 28.2 * squr (2) and so on) as a geometric progression and t...

4년 초과 전 | 답변 수: 1 | 0

1

답변