Installation
MATLAB
Download the latest OTP toolbox file.
Open the toolbox file from MATLAB and follow the installer. See MATLAB’s instructions for additional details.
Octave
In Octave, run
pkg install 'https://github.com/ComputationalScienceLaboratory/ODE-Test-Problems/releases/latest/download/OTP.zip'
then load the package with
pkg load 'ode test problems'
From Source
For local development, OTP can be installed by running
OTP.install
from the root directory of the project. If no longer needed, it can be uninstalled with OTP.uninstall
.