Using kron() function within LMI toolbox environment
2 次查看(过去 30 天)
显示 更早的评论
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 !
2 个评论
Jan
2017-5-22
Please explain your claim: "it seems that the variable P cannot be recognized" with any details.
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Linear Matrix Inequalities 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!