Skip to content

Commit 7cc2b1e

Browse files
committed
doc: added ref to plot documentation in manual
1 parent 36e054d commit 7cc2b1e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/src/manual/nonlinmpc.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,9 @@ savefig("plot1_NonLinMPC.svg"); nothing # hide
8080

8181
![plot1_NonLinMPC](plot1_NonLinMPC.svg)
8282

83-
The [`setname!`](@ref) function allows customizing the Y-axis labels.
83+
The [`setname!`](@ref) function allows customized Y-axis labels. The available plotting
84+
options are detailed in the documentation of the corresponding [`plot`](@ref ModelPredictiveControl.plot)
85+
method.
8486

8587
## Nonlinear Model Predictive Controller
8688

@@ -146,6 +148,8 @@ savefig("plot4_NonLinMPC.svg"); nothing # hide
146148

147149
![plot4_NonLinMPC](plot4_NonLinMPC.svg)
148150

151+
See [`sim!`] documentation for details on the possible simulation scenarios.
152+
149153
## Economic Model Predictive Controller
150154

151155
Economic MPC can achieve the same objective but with lower economical costs. For this case

0 commit comments

Comments
 (0)