Filter löschen
Filter löschen

Process Modeling nonlinera optimization

1 Ansicht (letzte 30 Tage)
Steve
Steve am 16 Feb. 2014
How do I plot V against r for the following equations.
dX/dt = rX; dQ/dt = m*X dV/dt = -n
if v >0; r= (0.5*V/(0.4+V))*(1-X/30)(1-Q/170); m = 3.5*r+.12; n= X(r+.2);
t= [0 10]; Q=[0,50]; V=[0,50]; X=[0,30];
else r = 0;

Antworten (0)

Kategorien

Mehr zu Problem-Based Optimization Setup finden Sie in Help Center und File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by