4th order Runge-Kutta Method Help
Ältere Kommentare anzeigen
Below is my code for a 4th order Runge-Kutta but I keep getting an error and I don't see what I am doing wrong. I was hoping somebody could help point me in the right direction to fix my code.
Akzeptierte Antwort
Weitere Antworten (1)
Torsten
am 20 Apr. 2016
dz2dx = @(z1,z2) 2*z2 5*z1;
There is no connector between z2 and 5 in the expression above.
Best wishes
Torsten.
1 Kommentar
WhatIsMatlab-
am 20 Apr. 2016
Kategorien
Mehr zu Loops and Conditional Statements finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!