photo

Maureen


Last seen: 5 months ago Active since 2023

Followers: 0   Following: 0

Statistics

  • Thankful Level 2

View badges

Feeds

View by

Question


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 months ago | 3 answers | 0

3

answers

Question


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 months ago | 1 answer | 0

1

answer