Codebase list octave-iso2mesh / lintian-fixes/main m2v.m
lintian-fixes/main

Tree @lintian-fixes/main (Download .tar.gz)

m2v.m @lintian-fixes/mainraw · history · blame

function varargout=m2v(varargin)
%
% 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 (q.fang at neu.edu)
%
% input/output: please see details in the help for mesh2vol
%
% -- this function is part of iso2mesh toolbox (http://iso2mesh.sf.net)
%

[varargout{1:nargout}]=mesh2vol(varargin{:});