Feeds
提问
I am trying to plot differential equations using ode45 and not getting a graph
IC = [93000;1000;1000;50;50;0;500]; tspan = [0 70]; [t,Y] = ode45(@odefun, tspan, IC); for i = 1:size(Y, 2) plot(t...
4 years 前 | 1 个回答 | 0
提问
4 years 前 | 1 个回答 | 0