フィルターのクリア

Process Modeling nonlinera optimization

1 回表示 (過去 30 日間)
Steve
Steve 2014 年 2 月 16 日
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;

回答 (0 件)

カテゴリ

Help Center および File ExchangeProblem-Based Optimization Setup についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by