We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9daafe commit 0aad27bCopy full SHA for 0aad27b
Project.toml
@@ -1,7 +1,7 @@
1
name = "ModelPredictiveControl"
2
uuid = "61f9bdb8-6ae4-484a-811f-bbf86720c31c"
3
authors = ["Francis Gagnon"]
4
-version = "0.5.1"
+version = "0.5.2"
5
6
[deps]
7
ControlSystemsBase = "aaaaaaaa-a6ca-5380-bf3e-84a91bcd477e"
src/plot_sim.jl
@@ -1,4 +1,4 @@
-"Includes all signals of [`sim`](@ref), view them with `plot` on `SimResult` instances."
+"Includes all signals of [`sim!`](@ref), view them with `plot` on `SimResult` instances."
struct SimResult{O<:Union{SimModel, StateEstimator, PredictiveController}}
T_data ::Vector{Float64} # time in seconds
Y_data ::Matrix{Float64} # plant outputs (both measured and unmeasured)
0 commit comments