Berk Han
Followers: 0 Following: 0
Feeds
提问
How to plot these three fucntion X,S and P in one graph with lines
t=0:0.5:14; X0=0.036 Xm=2.24 u0=1.14 S0=41.44 Ms=1.56 Yxs=0.37 Ypx=0.958 dt=0.90 for i=1:28 X=(X0*Xm*exp(u0*t(i)))...
2 years 前 | 1 个回答 | 0
1
个回答提问
How to stop ODE fuction in a certain value
This is a basically batch bioreactor but I want a fed-batch reactor. In the code, I want to stop the ODE solver when my y(2) fuc...
2 years 前 | 2 个回答 | 0
2
个回答提问
Why I cannot see any result on my graph
clc clear all sympref('FloatingPointOutput',true) syms X(t) syms S1(t) syms S2(t) syms B1(t) x=1 L=1 t1=0 kd=0.0...
2 years 前 | 2 个回答 | 0