Main Content
createTunerCostTemplate
Description
createTunerCostTemplate(
creates a
template of a tuner cost function and shows it in an editor window. The created cost
function computes the cost as the root-mean-squared (RMS) error between the estimated states
and the ground truth. You can modify the cost function as desired.filter
)
When you tune the filter parameters of the insEKF
object using its
tune
object function, use
the function created by createTunerCostTemplate
to specify the cost in
the tunerconfig
object as an input to the tune
object function.
Examples
Input Arguments
Version History
Introduced in R2022a
See Also
predict
| fuse
| residual
| correct
| stateparts
| statecovparts
| stateinfo
| estimateStates
| tune
| tunerCostFcnParam