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

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -