Doubt regarding ode45 plotting
Ältere Kommentare anzeigen
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.
Akzeptierte Antwort
Weitere Antworten (1)
Sara
am 27 Jan. 2015
ode45(@(t,x)DFG789(t,x,var_1),.....
Then the function becomes:
function dB = DFG789(Z1,B,var_1)
1 Kommentar
Pavan Kumar
am 28 Jan. 2015
Bearbeitet: Pavan Kumar
am 28 Jan. 2015
Kategorien
Mehr zu Mathematics finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

