yalmip / YALMIP

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

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

Closed johanlofberg closed 1 year ago

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