The effects of parametrization in ODE
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Below is a parametrized equation for an Initial value problem of an ODE.
where p is model parameter. The first order solution with respect to the model
parameter p is defined as:
I need help on how to write (atleast how can I begin) the code which solves the above ODE problem. My main aim is to show how the parameter affects the original ode equation (by showing the graph of
or
vs t)
2 comentarios
madhan ravi
el 15 de Feb. de 2019
See the examples in the documentation
doc ode45
Do a trial and error and come up with the code.
Respuestas (0)
Ver también
Categorías
Más información sobre Ordinary Differential Equations en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!