photo

Cauli Vilela Ferreira


Last seen: 거의 4년 전 2020년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

8 질문
0 답변

순위
69,888
of 300,364

평판
0

참여
8 질문
0 답변

답변 채택
37.5%

획득한 표
0

순위
 of 20,934

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,407

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

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

5년 초과 전 | 답변 수: 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); ...

5년 초과 전 | 답변 수: 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...

5년 초과 전 | 답변 수: 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...

5년 초과 전 | 답변 수: 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); ...

5년 초과 전 | 답변 수: 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)...

5년 초과 전 | 답변 수: 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...

5년 초과 전 | 답변 수: 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...

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

1

답변