facing a PointLocation error while using ginput !
显示 更早的评论
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 个评论
Walter Roberson
2016-10-26
Are you creating the variable in one function and trying to use it in another function?
Adam
2016-10-27
What is PointLocation? You haven't filled in anything in the 'Products' box, but I don't see this function in base Matlab.
Ano
2016-10-27
Walter Roberson
2016-10-27
Please show how you construct DT and call pointLocation
采纳的回答
更多回答(1 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Spatial Search 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!