% %demo1
% A=rand(3,10);
% pbound=Polyhedron([0 0 0;150 0 0;150 150 0;0 150 0; 0 0 1;150 0 1;150 150 1;0 150 1]);
% V=mpt_voronoi(A,'bound',pbound);
% plot(V);
%demo2
A=rand(2,10);
%pbound=Polyhedron([0 0 0;150 0 0;150 150 0;0 150 0; 0 0 1;150 0 1;150 150 1;0 150 1]);
V=mpt_voronoi(A);
plot(V);