Statistiques
3 Questions
0 Réponses
RANG
191 146
of 301 261
RÉPUTATION
0
CONTRIBUTIONS
3 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
66.67%
VOTES REÇUS
0
RANG
of 21 209
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 173 690
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
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...
environ 5 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
environ 5 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
environ 5 ans il y a | 2 réponses | 0

