CustomObservation.SetPartialDerivatives(String, Matrix) Method

Top 

Description

Sets the Partial Derivatives matrix for the Custom Measurement with the specified label.

 

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

CustomObservation.SetPartialDerivatives(

String meausrementLabel,


Matrix partialDerivatives)

 

 

Arguments

meausrementLabel


Description:

The name or label of the Custom Measurement.

 

 

partialDerivatives


Description:

A 1 x N matrix of the partial derivatives the Custom Measurement with respect to the filter state.

Required Size:

Min Rows = 1, Max Rows = 1

 

 

 

Return Value

Type:

number

 

 

Returns the 1 if the Partial Derivatives matrix of the Custom Measurement was successfully set.

 

Syntax

myVariable1 = myCustomObservation1.SetPartialDerivatives(myString1, myMatrix1);

 

 

See also

CustomObservation Object