Matlab to CAD Program

조회 수: 30 (최근 30일)
hendra prima
hendra prima 2012년 8월 1일
댓글: Alaa Aldeen 2022년 4월 28일
Hi all,
What is the best way to import matlab 3D surface to CAD program ?
Thank you
  댓글 수: 1
Alaa Aldeen
Alaa Aldeen 2022년 4월 28일
SOLIDWORK software

댓글을 달려면 로그인하십시오.

채택된 답변

Kevin Moerman
Kevin Moerman 2012년 8월 30일
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
Christine Tobler
Christine Tobler 2018년 12월 13일
Since R2018b, there are also functions stlread and stlwrite in MATLAB.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Model Import에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by