Statistics
RANK
226,587
of 294,421
REPUTATION
0
CONTRIBUTIONS
1 Question
5 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
1
RANK
of 20,110
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 151,653
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
bvp4c problem with fewer boundary value than variable
Do you find the answer to this? I'm also solving a problem similar to this. I Considered some extra boundary conditions but res...
1 month ago | 0
How can we get dual solution using bvp4c code and how can we deside the stability in both solutions
Use 2 initial guesses for your problem to get dual solutions.
11 months ago | 0
How can draw this kind of graph?
Here's your required code code_gkb_Matlab %%%%%%%%%%%%%%% function code_gkb_Matlab global eps Gr Gm M Pr Jh Sc S0 ...
11 months ago | 0
Question
How to check the convergence and accuracy of the Problem using BVP4c
Hi. I want to check the convergence of the following BVP. Problem_1() function Problem_1 global alpha beta Pr Nb Nt %eq1 a...
11 months ago | 1 answer | 0
1
answerRelated to bvp4c matlab code
I think You need these kind of graphs. To plot such graphs, use the command "contourf". Find more help from the link below. ...
1 year ago | 0
How to format the figure from 2-D to surface figure like as the attached figure. The third axis represnt different values for Bi "Take any value for Bi"
Hello.. You are coding for 2-D plot. To Get surface plot you must set a grid (x,y) with Bi and eta values and their resultant v...
1 year ago | 1