Feeds
已回答
Please help me solve this four equations with methode newton-raphson urgent (i have MATLAB R2010a)
Your problem requires the output to be in a certain range: [0 2*pi] I suggest using fmincon. However, the your equations...
Please help me solve this four equations with methode newton-raphson urgent (i have MATLAB R2010a)
Your problem requires the output to be in a certain range: [0 2*pi] I suggest using fmincon. However, the your equations...
8 years 前 | 1
已回答
ODE45 is not producing an output
It seems that you are working with a stiff system. In chemical engineering context, it means that very fast dynamics are coupled...
ODE45 is not producing an output
It seems that you are working with a stiff system. In chemical engineering context, it means that very fast dynamics are coupled...
8 years 前 | 1
已回答
How to judge the existence of a fzero equation?
We don't need to use 'fsolve' because your equation is a non-linear equation in single variable. So using 'fzero' would be suffi...
How to judge the existence of a fzero equation?
We don't need to use 'fsolve' because your equation is a non-linear equation in single variable. So using 'fzero' would be suffi...
8 years 前 | 0
已回答
How do I construct a GUI?
Hello: Constructing a GUI in MATLAB can be done with the help of 'GUIDE' which stands for Graphical User Interface Design Env...
How do I construct a GUI?
Hello: Constructing a GUI in MATLAB can be done with the help of 'GUIDE' which stands for Graphical User Interface Design Env...
8 years 前 | 0
提问
How can I integrate a set of ODEs given that my initial conditions also change (linearly) within the concerned time span?
<</matlabcentral/answers/uploaded_files/49270/2.png>>
8 years 前 | 1 个回答 | 0
1
个回答已提交
Some 'Live' Simulation
Contains Codes for simulating: Brownian Motion, Trajectory of a Projectile, Formation of Julia Sets
9 years 前 | 1 次下载 |
已提交
Smoker's Equation (Distillation)
Code for Smoker's Equation. Calculate Number of Theoretical Trays for Binary Distillation System.
9 years 前 | 2 次下载 |