Groups
Groups
Sign in
Groups
Groups
YALMIP
Conversations
Labels
About
Send feedback
Help
a diagonal matrix with
51 views
Skip to first unread message
Sehli Naima
unread,
Jun 19, 2018, 2:46:09 PM
6/19/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to YALMIP
Hello,
How can I define a diagonal matrix by blocs such as:
M1 =sdpvar(3,3) and M2=sdpvar(3,3) ==> M=diag(M1,M2) (size 6*6) ?
Thank you .
Johan Löfberg
unread,
Jun 19, 2018, 4:49:01 PM
6/19/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to yal...@googlegroups.com
blkdiag(M1,M2) or [M1 zeros(3);zeros(3) M2], standard MATLAB
Reply all
Reply to author
Forward
0 new messages