Skip to content
Discussion options

You must be logged in to vote

The PDF doesn't appear to exist for any version, not just 0.10.2... Read the Docs' downloads page for this project says "No downloads for this project." The HTML docs currently appear to be the only published form.

On the error: plant is continuous (dt=0) and sys6 is discrete (dt=0.1) - multiplying continuous and discrete systems directly isn't allowed, which is why that line fails. Gz isn't actually used in that line, so this example doesn't test the dt=True behavior described in the docs. Try Gz * sys6 instead.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@oneEclipseUser1
Comment options

Answer selected by oneEclipseUser1
Comment options

You must be logged in to vote
1 reply
@oneEclipseUser1
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants