We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1871ae commit ee20c08Copy full SHA for ee20c08
README.md
@@ -112,11 +112,11 @@ NOTE: The usual caveats for transfer-function filtering applies. High-order tran
112
113
### C-code for gain scheduled systems
114
The following example writes C-code that interpolates between two linear systems.
115
-The interpolation vector `t` defines the interpolation point.
+The interpolation vector `t` defines the interpolation points.
116
117
The system in the example is a double-mass-spring damper, where the inertia of the load is allowed to vary:
118
119
-```
+```julia
120
function double_mass_model(Jl) # Inertia load
121
Jm = 1 # Intertia motor
122
k = 100 # Spring constant
0 commit comments