Clear Filters
Clear Filters

Process Modeling nonlinera optimization

1 view (last 30 days)
Steve
Steve on 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;

Answers (0)

Categories

Find more on Problem-Based Optimization Setup in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!