4th order Runge-Kutta Method Help
Afficher commentaires plus anciens
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.
Réponse acceptée
Plus de réponses (1)
Torsten
le 20 Avr 2016
dz2dx = @(z1,z2) 2*z2 5*z1;
There is no connector between z2 and 5 in the expression above.
Best wishes
Torsten.
1 commentaire
WhatIsMatlab-
le 20 Avr 2016
Catégories
En savoir plus sur Loops and Conditional Statements dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!