Statistiques
RANG
8 412
of 295 605
RÉPUTATION
5
CONTRIBUTIONS
2 Questions
12 Réponses
ACCEPTATION DE VOS RÉPONSES
50.0%
VOTES REÇUS
1
RANG
of 20 252
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 154 105
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
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...
presque 7 ans il y a | 0
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...
presque 7 ans il y a | 0
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,...
presque 7 ans il y a | 0
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; ...
presque 7 ans il y a | 0
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 ...
presque 7 ans il y a | 0
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; ...
presque 7 ans il y a | 0
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)...
presque 7 ans il y a | 0
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); ...
presque 7 ans il y a | 0
| A accepté
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? ...
presque 7 ans il y a | 0
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...
presque 7 ans il y a | 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...
presque 7 ans il y a | 7 réponses | 1
7
réponsesode 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...
presque 7 ans il y a | 0
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...
presque 7 ans il y a | 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...
presque 7 ans il y a | 3 réponses | 0