LMI Size in YALMIP

45 views
Skip to first unread message

mohammadreza chamanbaz

unread,
Jul 10, 2014, 9:58:37 AM7/10/14
to yal...@googlegroups.com
Hi

I am developing the second version of RACT. I need to have the size of constraints (LMI, BMI and element wise constraints) the user provide.
All the constraints are defined using YALMIP by the user.

Warmest Regards,
Mohammadreza

Johan Löfberg

unread,
Jul 10, 2014, 10:23:57 AM7/10/14
to yal...@googlegroups.com
if is(F(i),'semidefinite')
 size
(sdpvar(F(i))
elseif
is(F(i),'elementwise')
 size(sdpvar(F(i))
end


mohammadreza chamanbaz

unread,
Jul 10, 2014, 10:32:44 AM7/10/14
to yal...@googlegroups.com
Thanks!
Reply all
Reply to author
Forward
0 new messages