photo

Jiexian Ma


Last seen: 7 jours il y a Actif depuis 2025

Followers: 5   Following: 0

Statistiques

All
MATLAB Answers

0 Questions
13 Réponses

File Exchange

7 Fichiers

RANG
9 833
of 301 478

RÉPUTATION
4

CONTRIBUTIONS
0 Questions
13 Réponses

ACCEPTATION DE VOS RÉPONSES
0.00%

VOTES REÇUS
2

RANG
4 101 of 21 296

RÉPUTATION
361

CLASSEMENT MOYEN
5.00

CONTRIBUTIONS
7 Fichiers

TÉLÉCHARGEMENTS
39

ALL TIME TÉLÉCHARGEMENTS
2388

RANG

of 174 719

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

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

Afficher les badges

Feeds

Afficher par

A soumis


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

7 jours il y a | 17 téléchargements |

5.0 / 5
Thumbnail

A soumis


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

2 mois il y a | 4 téléchargements |

0.0 / 5
Thumbnail

A soumis


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 mois il y a | 6 téléchargements |

0.0 / 5
Thumbnail

A soumis


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.

8 mois il y a | 6 téléchargements |

5.0 / 5
Thumbnail

Réponse apportée
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...

12 mois il y a | 0

A soumis


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

environ un an il y a | 2 téléchargements |

0.0 / 5
Thumbnail

A soumis


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

environ un an il y a | 2 téléchargements |

0.0 / 5
Thumbnail

A soumis


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

environ un an il y a | 2 téléchargements |

0.0 / 5
Thumbnail

Réponse apportée
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...

environ un an il y a | 0

Réponse apportée
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 ...

environ un an il y a | 0

Réponse apportée
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...

environ un an il y a | 0

Réponse apportée
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...

environ un an il y a | 0

Réponse apportée
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...

environ un an il y a | 0

Réponse apportée
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...

environ un an il y a | 0

Réponse apportée
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...

environ un an il y a | 1

Réponse apportée
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 ...

environ un an il y a | 0

Réponse apportée
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...

environ un an il y a | 0

Réponse apportée
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...

environ un an il y a | 1

Réponse apportée
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 ...

environ un an il y a | 0

Réponse apportée
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,...

environ un an il y a | 0