ode45関数で実行したら、警告が出て途中で終了してしまいます。
Mostrar comentarios más antiguos
以下のコマンドを実行したら、警告が出ます。 [t,y] = ode45(@odefcn,[0 10],[0; 10]);
警告: t=8.956588e+00 で失敗。 時間 t で最小の値で許可された (1.421085e-14) より小さいステップ サイズに減らさず に積分の許容誤差を満たすことができません。
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre 常微分方程式 en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!