Skogestad-Python icon indicating copy to clipboard operation
Skogestad-Python copied to clipboard

Python code for "Multivariable Feedback Control"

Results 24 Skogestad-Python issues
Sort by recently updated
recently updated
newest added

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...

bug

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...

bounty

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...

bounty

Currently tests fail for newer matplotilb, this needs to be fixed and the limit removed from the environment.yml file.