Parameters

class otp.Parameters

A superclass for the parameters of a differential equation.

Subclasses of this class specify mutable properties associated with an otp.Problem.

Constructor Summary
Parameters(varargin)

Create a parameters object.

Parameters:

varargin – A variable number of name-value pairs. A name can be any property defined by a subclass, and the subsequent value initializes that property.