vol=m2v(node,face,Nxyz) or vol=m2v(node,face,xi,yi,zi) shortcut for mesh2vol, rasterizing a teterahedral mesh to a volume using graphics author: Qianqian Fang (fangq <at> nmr.mgh.harvard.edu) input/output: please see details in the help for mesh2vol -- this function is part of iso2mesh toolbox (http://iso2mesh.sf.net)
0001 function varargout=m2v(varargin) 0002 % 0003 % vol=m2v(node,face,Nxyz) 0004 % or 0005 % vol=m2v(node,face,xi,yi,zi) 0006 % 0007 % shortcut for mesh2vol, rasterizing a teterahedral mesh to a volume using graphics 0008 % 0009 % author: Qianqian Fang (fangq <at> nmr.mgh.harvard.edu) 0010 % 0011 % input/output: please see details in the help for mesh2vol 0012 % 0013 % -- this function is part of iso2mesh toolbox (http://iso2mesh.sf.net) 0014 % 0015 0016 [varargout{1:nargout}]=mesh2vol(varargin{:});