Statistics
RANK
259,064
of 300,352
REPUTATION
0
CONTRIBUTIONS
4 Questions
1 Answer
ANSWER ACCEPTANCE
25.0%
VOTES RECEIVED
0
RANK
of 20,928
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 168,212
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF 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...
6 years ago | 0 answers | 0
0
answersHello, 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!!!
8 years ago | 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...
8 years ago | 2 answers | 0
2
answersQuestion
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=...
9 years ago | 1 answer | 0
1
answerQuestion
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...
10 years ago | 0 answers | 0
