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!