- 6 The Main Built In Solver In Matlab Is Ode45 This Is An Adaptive Method And So Does Not Use A Step Size Look Up How 1 (47 KiB) Viewed 51 times
6. The main built-in solver in Matlab is ode45. This is an adaptive method, and so does not use a step-size. Look up how
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
6. The main built-in solver in Matlab is ode45. This is an adaptive method, and so does not use a step-size. Look up how
6. The main built-in solver in Matlab is ode45. This is an adaptive method, and so does not use a step-size. Look up how to use ode45. Then, draw a plot of the solution to = et t with y(0) = 1 over the range of [0, 2] using • ode45 with black circles eulerMethod with At = 0.1 with red diamonds • the actual solution with a blue line ●