alchemyst / Skogestad-Python

Python code for "Multivariable Feedback Control"
111 stars 88 forks source link

Remove mimotf_slice #337

Closed alchemyst closed 5 years ago

alchemyst commented 5 years ago

utils.mimotf.mimotf_slice(G, rows, cols) is redundant - it does the same as G[rows, cols].