Statistik
3 Fragen
0 Antworten
RANG
188.716
of 301.440
REPUTATION
0
BEITRÄGE
3 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
66.67%
ERHALTENE STIMMEN
0
RANG
of 21.282
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 174.580
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Discussions
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 5 Jahre vor | 2 Antworten | 0

