Feeds
質問
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年以上 前 | 0 件の回答 | 0
0
回答回答済み
Hello, 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!!!
Hello, 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年以上 前 | 0
質問
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年以上 前 | 2 件の回答 | 0
2
回答質問
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年 前 | 1 件の回答 | 0
1
回答質問
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年 前 | 0 件の回答 | 0
