Doubt regarding ode45 plotting
Show older comments
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.
Accepted Answer
More Answers (1)
Sara
on 27 Jan 2015
ode45(@(t,x)DFG789(t,x,var_1),.....
Then the function becomes:
function dB = DFG789(Z1,B,var_1)
1 Comment
Pavan Kumar
on 28 Jan 2015
Edited: Pavan Kumar
on 28 Jan 2015
Categories
Find more on Mathematics in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
