Skip to content

Commit ee20c08

Browse files
committed
syntax highlight
1 parent b1871ae commit ee20c08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,11 +112,11 @@ NOTE: The usual caveats for transfer-function filtering applies. High-order tran
112112

113113
### C-code for gain scheduled systems
114114
The following example writes C-code that interpolates between two linear systems.
115-
The interpolation vector `t` defines the interpolation point.
115+
The interpolation vector `t` defines the interpolation points.
116116

117117
The system in the example is a double-mass-spring damper, where the inertia of the load is allowed to vary:
118118

119-
```
119+
```julia
120120
function double_mass_model(Jl) # Inertia load
121121
Jm = 1 # Intertia motor
122122
k = 100 # Spring constant

0 commit comments

Comments
 (0)