2nd order differential equation
이전 댓글 표시
How can I model the following equation on MATLAB ODE suite
D = 2e-14
r = 7e-6

답변 (2개)
Ganesh Gudipati
2023년 2월 8일
0 개 추천
Hi,
I understand you wanted to model the Second-Order differential equation in MATLAB.
You can refer to the following documentation page to do that
Hope this helps.
Thanks,
Ganesh Gudipati
Torsten
2023년 2월 8일
0 개 추천
Use MATLAB's "pdepe" with m = 2 (radial coordinates).
카테고리
도움말 센터 및 File Exchange에서 Ordinary Differential Equations에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!