Doubt regarding ode45 plotting
古いコメントを表示
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.
採用された回答
その他の回答 (1 件)
Sara
2015 年 1 月 27 日
ode45(@(t,x)DFG789(t,x,var_1),.....
Then the function becomes:
function dB = DFG789(Z1,B,var_1)
1 件のコメント
Pavan Kumar
2015 年 1 月 28 日
編集済み: Pavan Kumar
2015 年 1 月 28 日
カテゴリ
ヘルプ センター および File Exchange で Mathematics についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

