Community Profile

photo

JK


Last seen: 2 years ago Active since 2018

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer

View badges

Feeds

View by

Answered
How can I make a bvp4c solution more stable?
*tada:* <</matlabcentral/answers/uploaded_files/104262/5%20membranes.jpg>> The problem was the solver for yPo at x=0. wh...

6 years ago | 0

Answered
How can I make a bvp4c solution more stable?
ok, can't wait to try it this evening, will keep you updated. EDIT: I get a singular jacobian when the solver reaches x=1. I...

6 years ago | 0

Answered
How can I solve the periodic function with ode45 solver?
Hi, use the mod-command to account for ther periodicality of t. tspan=linspace(0,0.08,1000); [t,y]=ode45(@odefun,...

6 years ago | 0

Answered
How to solve for a in a double nested loop.
sorry for the late answer. Here is the code: %defining constants tic Ti=600:1:850; y_A=0.001:0.0001:0.01; ...

6 years ago | 0

Answered
How can I make a bvp4c solution more stable?
Hi Torsten, thank you for the time you spend on this problem. The whole issue is about the calculation of yo, the retentate ...

6 years ago | 0

Answered
Not Enough Input Arguments ode15s
Here is the code: please ask if you have any further queries. theta_0=1; % put your values here theta_dot_0=2; ...

6 years ago | 0

Answered
How can I make a bvp4c solution more stable?
Hi Torsten, thanks for the answer. Here is the code for calling the BVP4C: % initial conditions at x=1 (retentate inlet)...

6 years ago | 0

Answered
Solving non linear equation with a range in MATLAB (problem)
Hi Abdullah, here is the code with comments: x=[-40:5:30]'; % x in rad or °? Matlab uses rad n = size(x,1); ...

6 years ago | 0

| accepted

Answered
How to solve for a in a double nested loop.
I think you must provide more detail to get a good answer. Is g a vector of three dimensions (a,b,c) or is the result a scalar? ...

6 years ago | 0

Answered
Store solution in linear iterative solver using CGS/biCG
Not sure if this will work, but might worth a try: Have you tried to provide A with a function handle @(x) A(x)? In the function...

6 years ago | 0

Question


How can I make a bvp4c solution more stable?
Hello community, I have a problem with the stability of the BVP4C-solution when the derivative becomes very small. The equati...

6 years ago | 7 answers | 1

7

answers

Answered
ode within fsolve routine
wow, if you have only spend half the time for writing as I have been spending for reading and trying to understand you have made...

6 years ago | 0

Answered
ode within fsolve routine
ok, thanks for this. It seems I have to dig a little deeper into the arcane art of using function handles. My deductions are...

6 years ago | 0

Question


ode within fsolve routine
Hello Matlab-community, I have a problem with a physical model of a membrane. I have to integrate a set of derivatives from t...

6 years ago | 3 answers | 0

3

answers