constacc
State transition function for constant-acceleration motion model
Syntax
Description
predictedState = constacc(state)predictedState, obtained from the
                current state, state, based on the constant-acceleration motion
                model. The default time step is 1 second.
predictedState = constacc(state,dt)dt.
predictedState = constacc(state,w,dt)w.
Examples
Input Arguments
Output Arguments
Algorithms
For a two-dimensional constant-acceleration process, the state transition matrix after a time step, T, is block diagonal:
The block for each spatial dimension has this form:
For each additional spatial dimension, add an identical block.
Extended Capabilities
Version History
Introduced in R2018b