Home > vbmeg > external > iso2mesh > m2v.m

m2v

PURPOSE ^

SYNOPSIS ^

function varargout=m2v(varargin)

DESCRIPTION ^

 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)

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

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{:});

Generated on Mon 22-May-2023 06:53:56 by m2html © 2005