Create structered triangular mesh

1 view (last 30 days)
Ali Hammouche
Ali Hammouche on 17 Jul 2020
How to generate a structered mesh triangular so that the connecting segment of center of gravity is orthogonal to the triangle edge ( with minimum of triangle )?
geometrie
pdegplot(g); %
[p,e,t]=initmesh(g);
%[p,e,t]=refinemesh(g,p,e,t);
pdemesh(p,e,t),

Answers (0)

Categories

Find more on Statistics and Machine Learning Toolbox in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!