Community Profile

photo

Chiara


Last seen: 10 months ago Active since 2023

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


Why won't Matlab plot or finish running my code due to the value of 1 variable?
I have a value known as h0 that I set as 10^-2 but whenever I run this with this value thge code never runs it just doesn'ty pro...

11 months ago | 1 answer | 0

1

answer

Question


How do I store an ODE in a vector?
I have a fully coded ODE modelling population growth of cells and I want to find the homeostasis levels or when the graph flatte...

1 year ago | 1 answer | 0

1

answer

Question


Why do I receive "Not enough input arguments"? or How can I better code this ODE?
I am trying to code function dydt = myODE(t,y, r); global P0 h0 r0 r1 r2 d3 p1 p2 P0=0.7; h0=0.0000235; r0=0.01818; r...

1 year ago | 3 answers | 0

3

answers