photo

Maureen


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

Followers: 0   Following: 0

統計

  • Thankful Level 2

バッジを表示

Feeds

表示方法

質問


ode45 function and solver errors for reactant conversion and temperature change
I made a MATLAB code based on an example that is related to the problem I am doing, but I had to tweak it a little due to my pro...

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

3

回答

質問


not enough input arguments help in line 6 please explain why.
ic = [2.5;0;0;0]; vspan = [0 10]; %[v,x] = ode45(@(v,x)ch6(t,x),vspan,ic); [v,x] = ode45(@ch6,vspan,ic); plot(v,x) functio...

10ヶ月 前 | 1 件の回答 | 0

1

回答