Have matlab implemented a polygon offset function?
显示 更早的评论
Hi,
This question have been circulation on the Internet for a while and I think it is time to ask the question again. Many people have been looking for a polygon offset algorithm in matlab and there are some good ones which can be mexed, for example this file exchange. I wonder, since this seems to be a popular issue, have matlab implemented any offset algorithm in any toolbox yet? Mex is of course good, but the multiplatform as well as compatibility can be a problem.
1 个评论
Patrik Forssén
2015-6-30
The function bufferm in Mapping Toolbox does polygon offsetting: http://se.mathworks.com/help/map/ref/bufferm.html
采纳的回答
更多回答(2 个)
Mikolaj Wilczynski
2018-1-4
0 个投票
Function bufferm() is no longer avaiable (from R2017b). Any ideas fow to offset polygon now?
Mikolaj Wilczynski
2018-1-4
0 个投票
Dear Steven,
you are certainly right. I have found polybuffer function a few minutes ago while reading whole polyshape toolbox (R2017b\toolbox\matlab\polyfun\@polyshape). This toolbox is exactly what I need!
But what is a pity thing, that my university does not provide R2017b.
类别
在 帮助中心 和 File Exchange 中查找有关 Elementary Polygons 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!