4 lines
81 B
Mathematica
4 lines
81 B
Mathematica
|
|
function y = getbase(x)
|
||
|
|
%GETBASE (overloaded sdpvar/getbase on double)
|
||
|
|
|
||
|
|
y = x(:);
|