You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/index.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -304,3 +304,8 @@ where $X_u$ is a new algebraic state variable and $I_u$ is a selector matrix tha
304
304
305
305
This model may be converted to a proper statespace model (if the system is indeed proper) using `DescriptorSystems.dss2ss`.
306
306
All of this is handled automatically by [`named_ss`](@ref).
307
+
308
+
**Summary**: If you get the error message
309
+
> Input derivatives appeared in expressions (-g_z\g_u != 0)
310
+
311
+
Switch from calling `linearize` to calling `named_ss` with exactly the same input arguments, and then pass the argument `allow_input_derivatives = true` to `named_ss`.
0 commit comments