Doubt regarding ode45 plotting
Mostrar comentarios más antiguos
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.
Respuesta aceptada
Más respuestas (1)
Sara
el 27 de En. de 2015
ode45(@(t,x)DFG789(t,x,var_1),.....
Then the function becomes:
function dB = DFG789(Z1,B,var_1)
1 comentario
Pavan Kumar
el 28 de En. de 2015
Editada: Pavan Kumar
el 28 de En. de 2015
Categorías
Más información sobre Mathematics en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

