Community Profile

photo

bob euphos


Active since 2015

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


Solving a nonlinear ODE using ode45
f = @(t,y) [y(2); y(3); -y(3)-y(2)-y(1)+y(1)^2]; [t,y] = ode45(f,[0 30],[1;5;10]); MatLab is telling me that it can't me...

8 years ago | 1 answer | 0

1

answer