Skogestad-Python
Skogestad-Python copied to clipboard
Python code for "Multivariable Feedback Control"
Hi there! I would like to start by saying that I admire the great work you're doing! I'm new to Python and open source projects in general, and I've been...
runall.py was written before pytest was popular. I think we could rewrite it to use pytest instead. I've created a pytest runner for ipynb files in the [Dynamics and Control...
Currently opening a file and pressing the play button doesn't work as expected. We need a doc for this.
Johan de Bruin has attempted to solve this in 2019. His code did not pass the test. It was found that it is possible to rewrite the tf function to...
Hi Carl, I followed this link on how to submit wiki changes https://gist.github.com/larrybotha/10650410 please advise if there is a different way of doing this that you prefer. Link to new...
It should be simple to calculate MIMO feedback using `utils.feedback`
The tf class is perhaps reaching the end of its usefulness. We don't really need to maintain a whole separate class from the ones found in [control](https://github.com/python-control/python-control) and [harold](https://github.com/ilayn/harold) or...
Currently tests fail for newer matplotilb, this needs to be fixed and the limit removed from the environment.yml file.