facing a PointLocation error while using ginput !
Mostrar comentarios más antiguos
Hello! HELP PLEASE! I am using the PointLocation in my script but I keep getting this error 'Undefined function 'PointLocation' for input arguments of type double', knowing that the input is a point coordinates (x,y) obtained using 'ginput' function and a delaunay triangulation (DT) such that: T= PointLocation ( DT, x,y)
5 comentarios
Walter Roberson
el 26 de Oct. de 2016
Are you creating the variable in one function and trying to use it in another function?
Adam
el 27 de Oct. de 2016
What is PointLocation? You haven't filled in anything in the 'Products' box, but I don't see this function in base Matlab.
Ano
el 27 de Oct. de 2016
Walter Roberson
el 27 de Oct. de 2016
Please show how you construct DT and call pointLocation
Respuesta aceptada
Más respuestas (1)
Ano
el 28 de Oct. de 2016
Categorías
Más información sobre Spatial Search en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!