


mstlread Wrapper to read ascii and binary STL files
data=read_stl(file)
References:
[f,v,c]=rndread from cad2matdemo Don Riley Jun 2003 : read ASCII STL with color
<http://www.mathworks.com/matlabcentral/fileexchange/3642-cad2matdemo-m>
[v,f,n]=import_stl_fast(file, 1) Eric Trautmann 31 Mar 2011 : read ASCII fast, no color
<http://www.mathworks.com/matlabcentral/fileexchange/30923-fast-stl-import-function>
stlread(file) Francis Esmonde-White, May 2010 : read STL binary
<http://www.mathworks.com/matlabcentral/fileexchange/29906-binary-stl-file-reader>
[v, f, n, c, stltitle] = stlread('MyModel.stl');
See also: read_obj