How to add data to a patch plot in matlab? -
i using distmesh mesh sphere cut hemisphere after. major output of isosurface
:
pv=isosurface(x,y,z,reshape(fd([x(:),y(:),z(:)],varargin{:}),size(x)),0); p=pv.vertices; t=pv.faces; p1 = patch('faces',t,'vertices',p,'facecol',[.8,.9,1],'edgecol','k');
i need add more vertices surface, not sure how it, appreciated.
Comments
Post a Comment