How can I enter in matlab syntax two parameters which are not exist in the system of nonlinear ode?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
shegaw mamo
el 16 de Ag. de 2019
Respondida: Guillaume
el 16 de Ag. de 2019
Question: Ommega and Sigma are not in the system of equation. How can I enter matlab syntax or code including Ommega and Sigma using ode45?
dx(1)dt = alpha1*x(1)-alpha1*x(1).^2./kappa1-beta1*x(1)*x(2)-epsilon*gamma*x(1);
dx(2)dt = alpha2*x(2)-alpha2*x(2).^2./kappa2-beta2*x(1)*x(2)-gamma*x(2);
0 comentarios
Respuesta aceptada
Más 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!