photo

Fatih Güler


Last seen: alrededor de 5 años hace Con actividad desde 2020

Followers: 0   Following: 0

Estadística

MATLAB Answers

3 Preguntas
0 Respuestas

CLASIFICACIÓN
82.456
of 301.195

REPUTACIÓN
0

CONTRIBUCIONES
3 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
66.67%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 21.190

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 173.322

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Thankful Level 2
  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


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

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

1

respuesta

Pregunta


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

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

1

respuesta

Pregunta


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

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

2

respuestas