photo

Maureen


Last seen: 5 Monate vor Aktiv seit 2023

Followers: 0   Following: 0

Statistik

  • Thankful Level 2

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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 Monate vor | 3 Antworten | 0

3

Antworten

Frage


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 Monate vor | 1 Antwort | 0

1

Antwort