Jiexian Ma - MATLAB Central
photo

Jiexian Ma


Last seen: 2 días hace Con actividad desde 2025

Followers: 2   Following: 0

Estadística

All
MATLAB AnswersFile ExchangeFrom 03/25 to 04/25Use left and right arrows to move selectionFrom 03/25Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

0 Preguntas
13 Respuestas

File Exchange

7 Archivos

CLASIFICACIÓN
12.817
of 298.247

REPUTACIÓN
4

CONTRIBUCIONES
0 Preguntas
13 Respuestas

ACEPTACIÓN DE RESPUESTAS
0.00%

VOTOS RECIBIDOS
2

CLASIFICACIÓN
4.702 of 20.553

REPUTACIÓN
291

EVALUACIÓN MEDIA
5.00

CONTRIBUCIONES
7 Archivos

DESCARGAS
70

ALL TIME DESCARGAS
1992

CLASIFICACIÓN

of 160.685

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

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

Ver insignias

Feeds

Ver por

Enviada


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

7 días hace | 32 descargas |

5.0 / 5
Thumbnail

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

10 días hace | 0

Enviada


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

15 días hace | 10 descargas |

0.0 / 5
Thumbnail

Enviada


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

15 días hace | 4 descargas |

0.0 / 5
Thumbnail

Enviada


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

15 días hace | 2 descargas |

0.0 / 5
Thumbnail

Enviada


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

15 días hace | 3 descargas |

0.0 / 5
Thumbnail

Enviada


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

15 días hace | 5 descargas |

0.0 / 5
Thumbnail

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

16 días hace | 0

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

16 días hace | 0

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

16 días hace | 0

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

17 días hace | 0

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

17 días hace | 0

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

17 días hace | 0

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

17 días hace | 1

Enviada


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.

19 días hace | 14 descargas |

5.0 / 5
Thumbnail

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

alrededor de 1 mes hace | 0

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

alrededor de 1 mes hace | 0

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

alrededor de 1 mes hace | 1

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

alrededor de 2 meses hace | 0

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

alrededor de 2 meses hace | 0