File: i2m.m

package info (click to toggle)
octave-iso2mesh 1.9.8%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 11,128 kB
  • sloc: cpp: 11,982; ansic: 10,158; sh: 365; makefile: 59
file content (16 lines) | stat: -rw-r--r-- 372 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
function varargout = i2m(varargin)
%
% newworkspace=i2m;
%  or
% newworkspace=i2m(workspace)
%
% Shortcut for img2mesh, a GUI for iso2mesh
%
% author: Qianqian Fang (q.fang at neu.edu)
%
% input/output: please see details in the help for img2mesh
%
% -- this function is part of iso2mesh toolbox (http://iso2mesh.sf.net)
%

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