photo

Fatih Güler


Last seen: circa 5 anni fa Attivo dal 2020

Followers: 0   Following: 0

Statistica

MATLAB Answers

3 Domande
0 Risposte

RANK
82.450
of 301.159

REPUTAZIONE
0

CONTRIBUTI
3 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
66.67%

VOTI RICEVUTI
0

RANK
 of 21.182

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 173.105

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

  • Thankful Level 2
  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


Error: Function definition not supported in this context. Create functions in code file.
function FixedPointIteration %Fixed Point Iteration Re=p*V*D/mu can be rewritten as Re= (1/mu)*P*V*D D=.005; V=40; p=1.23...

circa 5 anni fa | 1 risposta | 0

1

risposta

Domanda


Unrecognized function or variable 'FalsePosition'.
V=40; rho=1.23; D=0.005; mu=1.79E-5; epsilon=0.0015E-3; Re=rho*V*D/mu; f=@(x)(1./sqrt(x)+2*log10(epsilon./(3.7*D)+2.51...

circa 5 anni fa | 1 risposta | 0

1

risposta

Domanda


Matlab unrecognized function or variable
p=1.23; D=.005; V=40; mu=1.7910^-5; e=.0015; Re=pVD/mu;%reynolds number equation f=@(x)(1/sqrt(x)+2log(e/(3.7D)+2.51/(Resq...

circa 5 anni fa | 2 risposte | 0

2

risposte