We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec138f6 commit 643754dCopy full SHA for 643754d
src/sim_model.jl
@@ -234,7 +234,7 @@ end
234
@doc raw"""
235
updatestate!(model::SimModel, u, d=[]) -> xnext
236
237
-Update `model.x0` states with current inputs `u` and meas. dist. `d` and increment `model.k`.
+Update `model.x0` states with current inputs `u` and meas. dist. `d` for the next time step.
238
239
The method computes and returns the model state for the next time step ``\mathbf{x}(k+1)``.
240
It also increment the discrete time step `model.k` by `1`.
0 commit comments