4 lines
76 B
Mathematica
4 lines
76 B
Mathematica
|
|
function P = polyhedron(C)
|
||
|
|
%POLYHEDRON (Overloaded)
|
||
|
|
|
||
|
|
P = Polyhedron(lmi(C));
|