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!

