MATLAB: How tomport vertexes and facet from a STL “ASCII” file

asciifacetMATLABstlstl importstl readvertexes

I'm searching for a script witch I can import the vertexes coordinate and the facet form an STL ASCII file. The only one I find for ASCCI and not for binary import only the vertexes and thus It's difficult to draw the surface after it.
Can somebody help ?

Best Answer

Meanwhile I fine here a script that works directly for me:
It gives out the vertexes, the faces and the normals.
Related Question