Statistica
RANK
169.846
of 301.577
REPUTAZIONE
0
CONTRIBUTI
4 Domande
1 Risposta
ACCETTAZIONE DELLE RISPOSTE
25.0%
VOTI RICEVUTI
0
RANK
of 175.550
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
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...
quasi 7 anni fa | 0 risposte | 0
0
risposteHello, 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!!!
quasi 9 anni fa | 0
Domanda
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...
quasi 9 anni fa | 2 risposte | 0
2
risposteDomanda
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=...
oltre 9 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 10 anni fa | 0 risposte | 0
