Statistiques
RANG
207 215
of 300 364
RÉPUTATION
0
CONTRIBUTIONS
4 Questions
1 Réponse
ACCEPTATION DE VOS RÉPONSES
25.0%
VOTES REÇUS
0
RANG
of 20 934
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 168 407
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
I need help to plot this equation with Bvp4c
I just wanted to plot this entropy generation number with bvp4c. But I don't know how. Kindly help me My code is K = 0.1; W...
plus de 6 ans il y a | 1 réponse | 0
0
réponseHello, I am trying to solve the following code with bvp4c
Thanks a lot Simon. Your note was so clear. I identified what to be done. Now I am OK with the code. Thanks again!!!
plus de 8 ans il y a | 0
Question
Hello, I am trying to solve the following code with bvp4c
Hello, I am trying to solve the following code with bvp4c function inclinedcylinder(solver) if nargin<1 solver = 'b...
plus de 8 ans il y a | 2 réponses | 0
2
réponsesQuestion
I am trying to solve a 4th order linear ODE with boundary conditions. using bvp4c. The code is the following:
function mat(solver) if nargin<1 solver = 'bvp4c' ; end bvpsolver = fcnchk(solver); pr=4;A=0.5;B=0.5;k1=0.4;Ec=2;del=...
environ 9 ans il y a | 1 réponse | 0
1
réponseQuestion
How to solve highly coupled nonlinear ordinary differential equations using bvp4c solver
I've attached the coding and the equations which I suppose to solve. I'm getting error while running this code. Kindly help me t...
presque 10 ans il y a | 1 réponse | 0
