linsys 4-D ss

4 visualizaciones (últimos 30 días)
Tom Zhou
Tom Zhou el 27 de En. de 2021
Respondida: Bladi Toaza el 27 de En. de 2021
When I used the linear analysis tool and set the opearting point to t=[0 9], I got a linsys and value shows 4-D ss. How to decode this linsys into A,B,C,D. What does 4-D mean here? Thanks.

Respuestas (1)

Bladi Toaza
Bladi Toaza el 27 de En. de 2021
linsys is the name of the variable returned by the tool.
You can export it to the Matlab workspace and then use the command [a,b,c,d] = ssdata(linsys).
Or you can access the matrixes by
a = linsys.A
b = linsys.B
etc

Categorías

Más información sobre Linearization en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by