Community Profile

photo

Cauli Vilela Ferreira


Last seen: 2 years 前 自 2020 起处于活动状态

统计数据

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Content Feed

排序方式:

提问


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

3 years 前 | 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); ...

3 years 前 | 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...

3 years 前 | 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...

3 years 前 | 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); ...

3 years 前 | 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)...

3 years 前 | 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...

3 years 前 | 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...

3 years 前 | 1 个回答 | 0

1

个回答