please some one help me import the give txt file format as table

1 visualizzazione (ultimi 30 giorni)
solid OBJECT
facet normal -0 -0 -1
outer loop
vertex 10 -10 0
vertex 0 -10 0
vertex 0 0 0
endloop
endfacet
facet normal 0 0 -1
outer loop
vertex 10 0 0
vertex 10 -10 0
vertex 0 0 0
endloop
endfacet
facet normal -0 0 1
outer loop
vertex 0 -10 20
vertex 10 0 20
vertex 0 0 20
endloop
endfacet
facet normal -0 0 1
outer loop
vertex 0 -10 20
vertex 10 -10 20
vertex 10 0 20
endloop
endfacet
endsolid OBJECT
  1 Commento
Geoff Hayes
Geoff Hayes il 28 Ott 2014
Your text file seems to be of STL format. Is this the case? If so, then check the File Exchange for an STL (text) reader.

Accedi per commentare.

Risposte (1)

DGM
DGM il 7 Ott 2025
In R2018b or newer, just use stlread().
I don't remember what the best STLA decoder would have been in 2014, but nobody has a time machine anyway.

Categorie

Scopri di più su Data Import and Analysis in Help Center e File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by