-
Notifications
You must be signed in to change notification settings - Fork 439
How to use control.InputOutputSystem? #333
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
A couple of comments:
I'll put on my list to put the key information into the online documentation. Hopefully the info above helps you get started. |
Thank you for the response.
What is causing that? If I understand correctly, I am better off using the Again, thanks a lot! |
Are you using the code from the master branch (via git)? The Try printing |
That explains a lot, I am using 0.8.2. |
I'll try to push something out in the next week or two. There are a couple of things to fix in issues #329 and #332, but then it should be good to go. Out of curiosity, where did you see the information on the |
Nice, I would quite like to use it (but I am not sure how to install the non-published version, and I don't know yet if I want to ;-)). I read about it in https://python-control.readthedocs.io/en/latest/index.html under header One question tho, if you don't mind, about the |
The |
My control library version is 0.8.2,but the AttributeError: module 'control' has no attribute 'NonlinearIOSystem'still hapen.i can open the iosys.py file and find the NonlinearIOSystem class.what's the question of my phenomenon |
The Note that just downloading the source code, where you will see |
thank for your answer ,before i used conda install the python-control 0.8.2,so the python-control do not include the iosys file in conda.so i pull the github depository and using python install the python-control.By this way can generate the iosys file. |
You may have a problem with your
If you are importing the latest version, you should get something like
If you are not getting the |
The |
How do I actually start using
control.InputOutputSystem
?I cannot do
import control.InputOutputSystem
, orfrom control import InputOutputSystem
, or alike.Can you please expand the documentation to include some of those basics? I am stuck at the start...
What I want to achieve is the following (from Matlab):
I suspect that the class mentioned above will be necessary for this to work. Or is there a work-around?
The text was updated successfully, but these errors were encountered: