How to create a SYSTEM matrix to use it in psys?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Bladi Toaza
el 19 de Dic. de 2020
Comentada: Bladi Toaza
el 25 de En. de 2021
I am trying to use psys to specify a parameter-dependent linear system.
The syntax is: affs = psys(pv,[s0,s1,s2,s3,s4]), where S0, S1, . . ., Sn should be given SYSTEM matrices.
I have tried using S0 = [A0 B0; C0 D0], etc. that are the matrices of a state-space system but I am getting this error: S0,S1,...,Sk must be SYSTEM matrices.
How can I create a SYSTEM matrix?
3 comentarios
Sarvani Panguluri
el 24 de Dic. de 2020
Hi,
Could you please provide the code you have tried so that I can replicate the issue.
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Linear Matrix Inequalities en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!