photo

Berk Han


Last seen: 3 years ago Active since 2022

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
262,019
of 300,584

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 21,030

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,723

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 2

View badges

Feeds

View by

Question


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)))...

3 years ago | 1 answer | 0

1

answer

Question


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...

3 years ago | 2 answers | 0

2

answers

Question


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...

3 years ago | 2 answers | 0

2

answers