For example, we have a state space system called "demo", in order to get the A, B, C, D matrices of that system, there are two ways:
1. get(demo, 'A'), get(demo, 'B')...get(demo,'D')
2. demo.A, demo.B, demo.C, demo.D
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment