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

답변