Statistica
7 Domande
0 Risposte
RANK
196.636
of 301.213
REPUTAZIONE
0
CONTRIBUTI
7 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
57.14%
VOTI RICEVUTI
0
RANK
of 173.422
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
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...
quasi 5 anni fa | 0 risposte | 0
0
risposteDomanda
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, ...
quasi 5 anni fa | 1 risposta | 0
1
rispostaDomanda
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,...
quasi 5 anni fa | 0 risposte | 0
0
risposteDomanda
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,...
quasi 5 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
quasi 5 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
quasi 5 anni fa | 0 risposte | 0
0
risposteDomanda
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, ...
quasi 5 anni fa | 2 risposte | 0

