ODE Initial value problem
Ältere Kommentare anzeigen
Solve the following differential equation on t∈[0,5]
dy/dt=-10.8*y;
y(0)=1;
Antworten (1)
Star Strider
am 8 Mär. 2017
0 Stimmen
With the plot, it takes 5 lines of code.
Give it a go! See the documentation for ode45 for valuable and relevant information. Also see the section in the documentation for Function Basics on Anonymous Functions.
Kategorien
Mehr zu Ordinary Differential Equations finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!