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
