Main Content
propagate
Description
[
iteratively propagates the system from the current state q
,u
,steps
] = propagate(mobileProp
,q0
,u0
,qTgt
,maxSteps
)q0
towards a
target state qTgt
with an initial control input
u0
for a maximum number of steps
maxSteps
.
At the end of each propagation step i
, the system returns these values:
q(i,:)
— Current state of the systemu(i,:)
— Control input for stepi + 1
steps(i)
— Number of steps betweeni - 1
andi
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2021b