photo

Jiexian Ma


Last seen: 대략 1개월 전 2025년부터 활동

Followers: 5   Following: 0

통계

All
MATLAB Answers

0 질문
13 답변

File Exchange

7 파일

순위
12,830
of 300,338

평판
4

참여
0 질문
13 답변

답변 채택
0.00%

획득한 표
2

순위
4,315 of 20,922

평판
335

평균 평점
5.00

참여
7 파일

다운로드 수
41

ALL TIME 다운로드 수
2223

순위

of 168,149

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • GitHub Submissions Level 2
  • First Answer
  • Explorer
  • 5-Star Galaxy Level 3
  • Personal Best Downloads Level 2
  • First Review
  • First Submission

배지 보기

Feeds

보기 기준

제출됨


writeMesh (write mesh to inp, bdf, and msh files)
Write MATLAB 2D or 3D finite element mesh to popular mesh file formats (for software Abaqus, Nastran, COMSOL, Gmsh)

대략 2개월 전 | 다운로드 수: 9 |

0.0 / 5
Thumbnail

제출됨


Im2mesh (2D image to finite element mesh)
Generate finite element mesh based on 2D multi-phase image. For image-based finite element analysis.

대략 2개월 전 | 다운로드 수: 19 |

5.0 / 5
Thumbnail

제출됨


Im2mesh_GUI (2D image to finite element mesh)
GUI version of Im2mesh. Generate finite element mesh based on 2D multi-phase image. For image-based finite element analysis.

대략 2개월 전 | 다운로드 수: 5 |

5.0 / 5
Thumbnail

답변 있음
To generate vertice mesh from a series of contours
If you plan to work with 2D finite element mesh, the following methods may be helpful. Method 1. Create geometry from contour v...

7개월 전 | 0

제출됨


voxelMesh (voxel-based mesh)
Convert 3d multi-phase image to voxel-based finite element meshes (8-node brick element)

7개월 전 | 다운로드 수: 2 |

0.0 / 5
Thumbnail

제출됨


getExactBounds (get exact boundary)
Obtain the exact polygonal boundaries of objects and holes in a binary image.

7개월 전 | 다운로드 수: 2 |

0.0 / 5
Thumbnail

제출됨


Split Line Segments (Edges)
split line segments (edges) into smaller ones based on intersections between them

7개월 전 | 다운로드 수: 2 |

0.0 / 5
Thumbnail

제출됨


Generate random line segments without intersecting
line segment = edge = short fiber

7개월 전 | 다운로드 수: 2 |

0.0 / 5
Thumbnail

답변 있음
Import mesh from Matlab to Ansys with additional properties of each element
Hi Maksim, In the new version of Im2mesh package, the mesh can be exported as msh file. You can open the msh file in Gmsh (free...

7개월 전 | 0

답변 있음
Meshing a 2D contour plot
As far as I know, there are two ways to do this. Method 1. Create geometry through Constructive Solid Geometry and obtain mesh ...

7개월 전 | 0

답변 있음
mesh refinement similar to MeshLab directly in Matlab?
In newer version (R2021b), Matlab function generateMesh can do local mesh refinement. If function generateMesh does not work fo...

7개월 전 | 0

답변 있음
Describing a pde model geometry that can have multiple domains
Yes, it's possible to convert these polygons into a PDE model geometry. I do this via Im2mesh package. Matlab code You coul...

7개월 전 | 0

답변 있음
generatemesh not respecting boundaries in 2023
Hi Christopher, I encoutered the same issue when using function generateMesh. You could use Im2mesh package to generate mesh i...

7개월 전 | 0

답변 있음
Using generateMesh to refine a triangulation, without losing boundary points
I encountered the same issue when using function generateMesh. Setting 'Hmin' to a smaller value could improve the result, but s...

7개월 전 | 0

답변 있음
Generating a 2D Composite Geometry with Subdomains for PDE Analysis in MATLAB
Function generateMesh can handle 2d geometry with multi domains (defined by polyshapes), but it's not easy to play with. To mak...

7개월 전 | 1

답변 있음
how to mesh a geometry from matlab in gmsh
It is possible to generate mesh with Gmsh for a geometry from Matlab. In Im2mesh (an open-source Matlab package), I demostrate ...

7개월 전 | 0

답변 있음
creating mesh from geo file in gmsh using matlab?
In Matlab, you can send the geo file to Gmsh via some operating system command. In Im2mesh (an open-source Matlab package), I d...

7개월 전 | 0

답변 있음
Convert triangular matlab mesh into .msh file
I just wrote a function to do that. Please check it. writeMesh (write mesh to inp, bdf, and msh files) It works for 2D triangu...

7개월 전 | 1

답변 있음
How can I generate a mesh of quadrilaterals for a given 2D surface using MATLAB?
A general way is using Gmsh to generate quasi-structured or unstructured quadrilateral mesh. In Im2mesh (an open-source Matlab ...

8개월 전 | 0

답변 있음
what is the code unstructured quadrilateral grid generation in matlab ?
You may use Gmsh to generate unstructured quadrilateral mesh in Matlab. It's possible to define multi-part geometry in Matlab,...

8개월 전 | 0