is it possible to create iregulary shaped mesh grid?
7 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(1 个)
Image Analyst
2013-9-8
You can use pcolor() or just put your values inside a disc of a 2D matrix.
2 个评论
Image Analyst
2013-9-8
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.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Triangulation Representation 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!