Skip to content

Commit

Permalink
Update docs/src/basics/InputOutput.md
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
ChrisRackauckas and github-actions[bot] authored Aug 8, 2024
1 parent 5d037e8 commit 2cc5cad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/src/basics/InputOutput.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ This function takes a vector of variables that are to be considered inputs, i.e.

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.


```@example inputoutput
import ModelingToolkit: t_nounits as t, D_nounits as D
@variables x(t)=0 u(t)=0 y(t)
Expand Down

0 comments on commit 2cc5cad

Please sign in to comment.