is it possible to create iregulary shaped mesh grid?
7 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hello, is it possible to creat a non-rectangular mesh grid? lets say i have point that are aranged in a circle or any other shape for that mather. can i make a grid only on the inside of that figure? it could be triangulation based mesh as well.
thank you for your help.
0 commentaires
Réponses (1)
Image Analyst
le 8 Sep 2013
You can use pcolor() or just put your values inside a disc of a 2D matrix.
2 commentaires
Image Analyst
le 8 Sep 2013
It's done all the time in image processing. We always have irregularly shaped regions of interest, called ROIs or masks, and we process just inside the mask. The matrix is rectangular but the regions inside can be any shape whatsoever.
Voir également
Catégories
En savoir plus sur Triangulation Representation dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!