Using kron() function within LMI toolbox environment
Mostrar comentarios más antiguos
Hi there, How do we implement a Kronecker product kron() within the LMI toolbox environment ? I have searched the syntax of LMI toolbox and did not find anything concerning the implementation of Kronecker products.
If I implement the following code
PN=lmivar(1,[4 1]) ; P = kron((4/5)*eye(1), PN);
then it seems that the variable P cannot be recognized by the LMI program.
Thanks a lot !
Respuestas (0)
Categorías
Más información sobre Linear Matrix Inequalities en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!