Image to mesh conversion

12 views (last 30 days)
Shubham
Shubham on 14 Mar 2023
Commented: Jiexian Ma on 6 Apr 2025 at 17:50
Can I convert a image to finite element mesh in matlab. This is a circular plate with elliptical holes. Then import this mesh in ansys or some other software. I need the nodes data. Image is .jpg and I also have the binary image in matlab
  1 Comment
Jiexian Ma
Jiexian Ma on 6 Apr 2025 at 17:50
Please check the matlab app I developed.

Sign in to comment.

Answers (1)

Selva Karna
Selva Karna on 14 Mar 2023
Hi, for mesh creation need x,y,z coordinate & pitch of images. then only you can make mash or 3d .
1. one image not enough---increse numeber of image for to make x y z coordinate
2.then mak traingulation
3.then make Mesh or STEP or IGS or 3D

Categories

Find more on Triangulation Representation in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!