yalmip / YALMIP

MATLAB toolbox for optimization modeling
https://yalmip.github.io/
Other
463 stars 134 forks source link

nd-array indexing on sdpvar in subsasgn yields weird result #1313

Closed johanlofberg closed 12 months ago

johanlofberg commented 12 months ago
>> x = sdpvar(2,3,1);
>> x(:,3,:)=4