3 lines
58 B
Mathematica
3 lines
58 B
Mathematica
|
|
function X = remap(X,old,new)
|
||
|
|
|
||
|
|
X = sdpvarremap(X,old,new);
|