Doubt regarding ode45 plotting
Afficher commentaires plus anciens
Dear Friends,
I need to plot ABS(B(1)) Vs delk in the following program code. How can i include delk variable in the ode45 function calling line.
Réponse acceptée
Plus de réponses (1)
Sara
le 27 Jan 2015
ode45(@(t,x)DFG789(t,x,var_1),.....
Then the function becomes:
function dB = DFG789(Z1,B,var_1)
1 commentaire
Pavan Kumar
le 28 Jan 2015
Modifié(e) : Pavan Kumar
le 28 Jan 2015
Catégories
En savoir plus sur Mathematics dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

