Estadística
7 Preguntas
0 Respuestas
CLASIFICACIÓN
231.573
of 301.513
REPUTACIÓN
0
CONTRIBUCIONES
7 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
42.86%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 21.310
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 175.013
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
Feeds
Pregunta
Help me to reduce its accuracy?
I am solving entropy generation and heat transfer problem; whose code is: function Needle a=0.01; r=2.0; Pr=3.0; Ec=0.3; ...
alrededor de 3 años hace | 0 respuestas | 0
0
respuestasPregunta
I could'not understand why my plot doesnot show line?
This is the code: %function Needle a=0.2; r=2.0; Pr=3.0; Nr=10; Ec=0.3; solinit= bvpinit(linspace(a,15,100),[0 0 0 0 0]);...
alrededor de 3 años hace | 2 respuestas | 0
2
respuestasPregunta
help me to find error in this?
function Needle a=0.01; solinit= bvpinit(linspace(a,40,100),[0 0 0 0 0]); sol = bvp4c(@Needleode,@Needlebc,solinit); eta = s...
alrededor de 3 años hace | 0 respuestas | 0
0
respuestasPregunta
help to find error in this?
function Needle a=0.01; Pr=3.0;R=2.0;Nr=10;Ec=0.3; solinit= bvpinit(linspace(a,40,100),[0 0 0 0 0]); sol = bvp4c(@Needleode,...
alrededor de 3 años hace | 3 respuestas | 0
3
respuestasPregunta
help me to find error in this file?
function Needle1 a=0.2; solinit= bvpinit(linspace(a,40,100),[0 0 0]); sol = bvp4c(@Needle1ode,@Needle1bc,solinit); eta = so...
alrededor de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
can someone help me?
i have bvp4c code which is: function Needle a=0.01; solinit= bvpinit(linspace(a,40,100),[0 0 0]); sol = bvp4c(@Needleode,@Ne...
alrededor de 3 años hace | 0 respuestas | 0
0
respuestasPregunta
can someone help me to understand what is the error in this?
function radiation a=0.1; e=0; xa=0; xb=inf; E=linspace(xa,xb,5); sol = bvpinit(linspace(xa,xb,5),[0 0 0]); sol1 = bvp4c...
más de 3 años hace | 1 respuesta | 0
