Code is showing Undefined function 'pixelHull' for input arguments of type 'double'.
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Vishwaraj Singh
el 1 de Mzo. de 2021
Respondida: Steve Eddins
el 1 de Mzo. de 2021
My code is
pixels = T.PixelList{k};
V = pixelHull(pixels,'diamond');
0 comentarios
Respuesta aceptada
Steve Eddins
el 1 de Mzo. de 2021
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 comentarios
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!