ODE Progress Bar and Interrupt

ODE integration progress bar, interrupt control and estimated time to completion

現在この提出コンテンツをフォロー中です。

This program displays a progress bar indicating where the ode integrator is in the specified time scale. The program allows the premature termination of an integration without loss of data. Ellapsed time and estimated time to completion are displayed below the integration bar.

This is very simple to add to existing code. Simply add the following to your ode options:
('OutputFcn',@odeprog,'Events',@odeabort)
and place the two files in the same directory as the running program.

A progress bar will display on the far left of your screen. Pressing the 'ABORT' button prematurely exits the integration while retaining the data up to the point of termination.

An example implementation is included with the program (main.m)

Jesse Norris contributed to this work.

引用

Tim Franklin (2026). ODE Progress Bar and Interrupt (https://jp.mathworks.com/matlabcentral/fileexchange/9904-ode-progress-bar-and-interrupt), MATLAB Central File Exchange. に取得済み.

カテゴリ

Help Center および MATLAB AnswersOrdinary Differential Equations についてさらに検索

一般的な情報

MATLAB リリースの互換性

  • すべてのリリースと互換性あり

プラットフォームの互換性

  • Windows
  • macOS
  • Linux
バージョン 公開済み リリース ノート Action
1.0.0.0

Minor improvements made