Statistiques
7 Questions
0 Réponses
RANG
125 168
of 301 370
RÉPUTATION
0
CONTRIBUTIONS
7 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
42.86%
VOTES REÇUS
0
RANG
of 21 243
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 174 217
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
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; ...
environ 3 ans il y a | 1 réponse | 0
0
réponseQuestion
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]);...
environ 3 ans il y a | 2 réponses | 0
2
réponsesQuestion
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...
environ 3 ans il y a | 1 réponse | 0
0
réponseQuestion
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,...
environ 3 ans il y a | 3 réponses | 0
3
réponsesQuestion
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...
environ 3 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
environ 3 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
environ 3 ans il y a | 1 réponse | 0
