ParetoFrontSolution.ContinuousStateVariableValues Property

Top 

Description

The array of continuous state variable values for this solution on the Pareto front.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

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

 

Attributes

Type:

Array of number

Access:

read/write

 

Syntax

myVariable1 = myParetoFrontSolution1.ContinuousStateVariableValues[0];

 

myParetoFrontSolution1.ContinuousStateVariableValues[0] = myVariable1;

 

See also

ParetoFrontSolution Object