필터 지우기
필터 지우기

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 CenterFile Exchange에서 Problem-Based Optimization Setup에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by