Code is showing Undefined function 'pixelHull' for input arguments of type 'double'.
조회 수: 2 (최근 30일)
이전 댓글 표시
My code is
pixels = T.PixelList{k};
V = pixelHull(pixels,'diamond');
댓글 수: 0
채택된 답변
Steve Eddins
2021년 3월 1일
I wrote a function called pixelHull as part of my 16-Mar-2018 blog post. You can find the function listing near the bottom of that post.
댓글 수: 0
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!