photo

Jiexian Ma


Last seen: 1 day 前 自 2025 起处于活动状态

Followers: 5   Following: 0

统计学

All
MATLAB Answers

0 个提问
13 个回答

File Exchange

7 文件

排名
9,775
of 299,911

声誉
4

贡献数
0 个提问
13 个回答

回答接受率
0.00%

收到投票数
2

排名
4,378 of 20,835

声誉
328

平均
5.00

贡献数
7 文件

下载次数
49

ALL TIME 下载次数
2186

排名

of 166,527

贡献数
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)

15 days 前 | 5 次下载 |

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.

24 days 前 | 21 次下载 |

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.

24 days 前 | 10 次下载 |

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...

5 months 前 | 0

已提交


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

6 months 前 | 7 次下载 |

0.0 / 5
Thumbnail

已提交


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

6 months 前 | 2 次下载 |

0.0 / 5
Thumbnail

已提交


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

6 months 前 | 2 次下载 |

0.0 / 5
Thumbnail

已提交


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

6 months 前 | 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...

6 months 前 | 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 ...

6 months 前 | 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...

6 months 前 | 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...

6 months 前 | 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...

6 months 前 | 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...

6 months 前 | 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...

6 months 前 | 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 ...

6 months 前 | 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...

6 months 前 | 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...

6 months 前 | 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 ...

7 months 前 | 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,...

7 months 前 | 0