how do divide like this picture by code matlab?

59 Ansichten (letzte 30 Tage)
Vuong
Vuong am 18 Dez. 2024 um 9:59
Bearbeitet: Vuong am 26 Dez. 2024 um 6:22
  3 Kommentare
Vuong
Vuong am 23 Dez. 2024 um 4:21
thanks. But i don't have the license PDE toolbox
Walter Roberson
Walter Roberson am 23 Dez. 2024 um 4:53
Note the reference in the comments there to third party FEA Toolbox (which appears to be a license product)

Melden Sie sich an, um zu kommentieren.

Antworten (1)

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

Melden Sie sich an, um zu kommentieren.

Community Treasure Hunt

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

Start Hunting!

Translated by