Usually, we can use 'value' to get the value of the variable.
For example:
a=sdpvar(1,1)
value_a=value(a)
Suppose that there are many variables which are generated by 'sdpvar'.
How to rapidly get the values of these variables ?
Is there any tip or function to get the value of a list of variables?
Usually, we can use 'value' to get the value of the variable. For example:
a=sdpvar(1,1) value_a=value(a)
Suppose that there are many variables which are generated by 'sdpvar'. How to rapidly get the values of these variables ? Is there any tip or function to get the value of a list of variables?