photo

Bob Wake


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

Followers: 0   Following: 0

통계

MATLAB Answers

7 질문
0 답변

순위
199,308
of 301,261

평판
0

참여
7 질문
0 답변

답변 채택
57.14%

획득한 표
0

순위
 of 21,209

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 173,690

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 2
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


rearranging and solving an equation in symbolic form
I have a code in which I end up with this answer in the command window (c*theta0)/6 + (c*thetat)/12 == (gj*thetat)/s This is c...

거의 5년 전 | 답변 수: 0 | 0

0

답변

질문


Renaming function so that its shorter?
I have a function in which i use this code to call when needed; [AUM_END] = power(AUM, AUM0, D100, FS, BLOCKM, DRAT, RHO, VTM, ...

거의 5년 전 | 답변 수: 1 | 0

1

답변

질문


How to create a for loop function, which calls on other functions?
So I have a for loop that looks like this; for i = 1:20 [PTOTAL] = Subroutine_3_Power(AUM, FS, D100, VTM, BLOCKM, RHO, AM,...

거의 5년 전 | 답변 수: 0 | 0

0

답변

질문


fprintf returns blank square for value of 1?
AH = 0 SLTEMP = 15 SLRHO = 1.225 [DRAT, PRAT, TRAT, RHO, TEMP] = ATM(AH, SLTEMP, SLRHO) function [DRAT, PRAT, TRAT, RHO,...

거의 5년 전 | 답변 수: 1 | 0

1

답변

질문


How to take precalculated variables in a function, without defining the variables within said function?
my code looks like this function D = down(A, B, C, n) A = (dependent on other variables); B = (dependent on other variabl...

거의 5년 전 | 답변 수: 1 | 0

1

답변

질문


How to perform a loop in which values from first leg are taken into second leg?
I have a code which looks like this %leg 1 a = 0 b = 0 c = 4500 t = 90./60 cend = 4400 %leg 2 a = 6 b = 55 c = cen...

거의 5년 전 | 답변 수: 0 | 0

0

답변

질문


How can I take the value from an equation and plug it back into the same equation? (Newton-Raphson)
I'm trying to implement a Newton-Raphson function into my script. The code I've created so far is; function [ALI] = down(A, B, ...

거의 5년 전 | 답변 수: 2 | 0

2

답변