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
(G.nu ==1&& G.ny ==1) ||throw(ArgumentError("C-code generation for transfer functions does not support multiple inputs or outputs, convert the transfer function to a statespace system using ss(G) and call ccode on that instead."))
264
265
P =Sym(G)
265
266
P.has(z) ||error("Did not find `z` in symbolic expression")
266
267
P.has(s) &&error("Found `s` in symbolic expression, provide expression in `z`")
0 commit comments