Community Profile

photo

gnanaguru murugan


Last seen: 1 year ago Active since 2021

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


error of vector must be same length
function voltot2 = recruitment(PIP,PEEP,opmin,opmax) A = 0.0072; B = 0.0072; K = 0.15; voltot2=[]; open=[]; voltot=0; lun...

3 years ago | 1 answer | 0

1

answer

Answered
must return a column vector
Thank you for your reply. this is another function called recruitment. i have to plot betwwen recruitment and phy_ode_1. ...

3 years ago | 0

Question


must return a column vector
code: function dy = phy_ode_1(t,y) dy = zeros(length(y),1); const=0.5; sp=-0.5:0.5:14.5; top=0; p_crit=sp+top; dy=co...

3 years ago | 2 answers | 0

2

answers