photo

Kayla Strathern


Last seen: 9ヶ月 前 2023 年からアクティブ

Followers: 0   Following: 0

統計

Feeds

表示方法

質問


Why is my function for a packed bed reactor not returning vectors for each column of F() when I run it like this?
Wvary = linspace(0,100,100); initialguess = [50 20 0 10 0 1 0.5]; [W, F] = ode23s(@ODE, Wvary, initialguess); FA = F(:,1); F...

9ヶ月 前 | 2 件の回答 | 0

2

回答