9 lines
155 B
Mathematica
9 lines
155 B
Mathematica
|
|
function F = sdisplay(X)
|
||
|
|
% DISPLAY Overloaded
|
||
|
|
|
||
|
|
try
|
||
|
|
error('Not implemented. Convert to SDPVAR first')
|
||
|
|
catch
|
||
|
|
disp('Incomplete block variable.');
|
||
|
|
end
|