Skip to content
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

zpk view of NamedStateSpace structure #845

Closed
B-LIE opened this issue May 24, 2023 · 1 comment · Fixed by #847
Closed

zpk view of NamedStateSpace structure #845

B-LIE opened this issue May 24, 2023 · 1 comment · Fixed by #847

Comments

@B-LIE
Copy link

B-LIE commented May 24, 2023

It is not a function I use a lot, but it seems like the zpk view of linear systems in NamedStateSpace structure does not work. tf does work.

test = ss([-1 2 3; 0 -2 3; 0 0 -3],[1;2;3],[1 2 3], [0.0])

tf(test)

tf(named_ss(test))

zpk(test)

This works (however, tf does not work if all numbers are integers -- e.g., if the D-matrix of test is set to [0], tf fails.).

The following does not work:

zpk(named_ss(test))
@baggepinnen
Copy link
Member

Thanks for the issue, it's closed by #847 and 2036570

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants