Skip to content

Commit 0aad27b

Browse files
committed
added : sim! function for SimModel, StateEstimator or PredictiveController
1 parent f9daafe commit 0aad27b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ModelPredictiveControl"
22
uuid = "61f9bdb8-6ae4-484a-811f-bbf86720c31c"
33
authors = ["Francis Gagnon"]
4-
version = "0.5.1"
4+
version = "0.5.2"
55

66
[deps]
77
ControlSystemsBase = "aaaaaaaa-a6ca-5380-bf3e-84a91bcd477e"

Diff for: src/plot_sim.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"Includes all signals of [`sim`](@ref), view them with `plot` on `SimResult` instances."
1+
"Includes all signals of [`sim!`](@ref), view them with `plot` on `SimResult` instances."
22
struct SimResult{O<:Union{SimModel, StateEstimator, PredictiveController}}
33
T_data ::Vector{Float64} # time in seconds
44
Y_data ::Matrix{Float64} # plant outputs (both measured and unmeasured)

0 commit comments

Comments
 (0)