Community Profile

photo

Bob Wake


Last seen: 9 meses hace Con actividad desde 2021

Followers: 0   Following: 0

Estadísticas

  • Thankful Level 2
  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


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

casi 3 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

alrededor de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 3 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

alrededor de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 3 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

alrededor de 3 años hace | 2 respuestas | 0

2

respuestas