PhaseCollocationOptions.GetDefectValues() Method

Top 

Description

Returns a Matrix of the current values of the collocation defects. Each row corresponds to a collocation point of the phase and each columns correspond to a state element of the phase (position, velocity, mass).

 

Note: Dynamical error can still exist in the trajectory path after the collocation defects have been driven to zero. See the 'CollocationOptions.RefineNodes' method for more information.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Method Signature

PhaseCollocationOptions.GetDefectValues(

)

 

 

Return Value

Type:

Matrix of number

 

 

The defect matrix.

 

Syntax

myMatrix1 = myPhaseCollocationOptions1.GetDefectValues();

 

 

See also

PhaseCollocationOptions Object