% Example 5: Rounded polygon (barbell) via chunkerpoly. mip load --install magland/magland/chunkie; tic; verts = chnk.demo.barbell(2.0,2.0,1.0,1.0); chnkr4 = chunkerpoly(verts); toc; figure(4) clf plot(chnkr4,'b-x') hold on quiver(chnkr4,'r') axis equal tight