Skip to content

Commit 186699a

Browse files
committed
Fix build of InputOutput documentation
1 parent f2e32e6 commit 186699a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/src/basics/InputOutput.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ This function takes a vector of variables that are to be considered inputs, i.e.
3737
The following example implements a simple first-order system with an input `u` and state `x`. The function `f` is generated using `generate_control_function`, and the function `f` is then tested with random input and state values.
3838

3939
```@example inputoutput
40+
using ModelingToolkit
4041
import ModelingToolkit: t_nounits as t, D_nounits as D
4142
@variables x(t)=0 u(t)=0 y(t)
4243
@parameters k = 1

0 commit comments

Comments
 (0)