Doubt regarding ode45 plotting
Mostra commenti meno recenti
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.
Risposta accettata
Più risposte (1)
Sara
il 27 Gen 2015
ode45(@(t,x)DFG789(t,x,var_1),.....
Then the function becomes:
function dB = DFG789(Z1,B,var_1)
1 Commento
Pavan Kumar
il 28 Gen 2015
Modificato: Pavan Kumar
il 28 Gen 2015
Categorie
Scopri di più su Mathematics in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

