photo

gnanaguru murugan


Last seen: 3年以上 前 2021 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

2 質問
1 回答

ランク
251,394
of 301,219

評判
0

コントリビューション
2 質問
1 回答

回答採用率
100.0%

獲得投票数
0

ランク
 of 21,193

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 173,467

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 2
  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


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年以上 前 | 1 件の回答 | 0

1

回答

回答済み
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年以上 前 | 0

質問


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年以上 前 | 2 件の回答 | 0

2

回答