Matlab to CAD Program
12 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
hendra prima
el 1 de Ag. de 2012
Comentada: Alaa Aldeen
el 28 de Abr. de 2022
Hi all,
What is the best way to import matlab 3D surface to CAD program ?
Thank you
Respuesta aceptada
Kevin Moerman
el 30 de Ag. de 2012
A simple way of doing it would be to first create a triangulated representation of your surface (e.g. based on Delaunay tessellation or if derived from a quadrilateral mesh see my file submission mesh2tri). If you have a list of faces (triangles) and vertices then you can export this to STL format (which is basically a file containing your triangle list) which can be imported into CAD software. I think there are various files submitted to the file exchange concerning exporting of STL files.
Kevin
1 comentario
Christine Tobler
el 13 de Dic. de 2018
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!