photo

Jiexian Ma


Last seen: 4ヶ月 前 2025 年からアクティブ

Followers: 5   Following: 0

統計

All
MATLAB Answers

0 質問
13 回答

File Exchange

7 ファイル

ランク
12,847
of 300,813

評判
4

コントリビューション
0 質問
13 回答

回答採用率
0.00%

獲得投票数
2

ランク
4,236 of 21,086

評判
344

平均評価
5.00

コントリビューション
7 ファイル

ダウンロード
28

ALL TIME ダウンロード
2285

ランク

of 171,169

コントリビューション
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

表示方法

回答済み
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...

9ヶ月 前 | 0

回答済み
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...

9ヶ月 前 | 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 ...

9ヶ月 前 | 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...

9ヶ月 前 | 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...

9ヶ月 前 | 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...

9ヶ月 前 | 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...

9ヶ月 前 | 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...

9ヶ月 前 | 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 ...

10ヶ月 前 | 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...

10ヶ月 前 | 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...

10ヶ月 前 | 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 ...

10ヶ月 前 | 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,...

10ヶ月 前 | 0