Dynamic-Calibration/utils/YALMIP-master/@sdpvar/setoperatorname.m

3 lines
56 B
Mathematica
Raw Normal View History

2019-12-18 11:25:45 +00:00
function Z=setoperatorname(Z,name)
Z.extra.opname=name;