Skip to content

Commit 4dee843

Browse files
author
Brad Carman
committed
fixed docs
1 parent 5eecfce commit 4dee843

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

docs/src/API/linear_analysis.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ L = P*(-C) # Add the minus sign to build the negative feedback into the controll
7979

8080
To obtain the transfer function between two analysis points, we call `linearize`
8181
```@example LINEAR_ANALYSIS
82+
using ModelingToolkit # hide
8283
matrices_PS = linearize(sys, :plant_input, :plant_output)[1]
8384
```
8485
this particular transfer function should be equivalent to the linear system `P(s)S(s)`, i.e., equivalent to

links.mp4

-253 KB
Binary file not shown.

0 commit comments

Comments
 (0)