photo

gnanaguru murugan


Last seen: 3 years ago Active since 2021

Followers: 0   Following: 0

Statistics

MATLAB Answers

2 Questions
1 Answer

RANK
95,356
of 301,186

REPUTATION
0

CONTRIBUTIONS
2 Questions
1 Answer

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 21,188

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 173,292

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

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

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

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

4 years ago | 2 answers | 0

2

answers