how do divide like this picture by code matlab?

3 visualizaciones (últimos 30 días)
Vuong
Vuong el 18 de Dic. de 2024
Editada: Vuong el 26 de Dic. de 2024
  3 comentarios
Vuong
Vuong el 23 de Dic. de 2024
thanks. But i don't have the license PDE toolbox
Walter Roberson
Walter Roberson el 23 de Dic. de 2024
Note the reference in the comments there to third party FEA Toolbox (which appears to be a license product)

Iniciar sesión para comentar.

Respuestas (1)

Sam Chak
Sam Chak el 18 de Dic. de 2024
If this is a topic of Finite Element Analysis, then look up generateMesh() and pdemesh().
gm = fegeometry(@lshapeg);
gm = generateMesh(gm);
pdemesh(gm)
  5 comentarios
Sam Chak
Sam Chak el 23 de Dic. de 2024
You can possibly get some inspirations and ideas from this working example:
Vuong
Vuong el 26 de Dic. de 2024
Editada: Vuong el 26 de Dic. de 2024
I want to divide area base unstructured quadrilateral mesh by codes matlab not addins or app. Quadrilateral not triangles. Like this figure toppic

Iniciar sesión para comentar.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by