Plotting system of differential equations
14 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Sajith Dharmasena
il 24 Mar 2015
Commentato: Star Strider
il 24 Mar 2015
Hi,
does anybody know the code to plot a system of differential equations? For example say,
x1(dot) = -x2 + (x1)^2 -(x1*x2)
x2(dot) = x1 + (x1*x2)
Thanks in advance! :)
Sajith.
0 Commenti
Risposta accettata
Star Strider
il 24 Mar 2015
Yes.
Give it a go. It should be very easy for you to cast your system of equations as an Anonymous Function. If you have problems with your code, we can help you get it running.
5 Commenti
Più risposte (0)
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!