Hey
I am trying to use the function “distance = distanceBetweenPoints(userdata, 1, 100, ‘plot’, ‘true’, ‘method’, ‘geodesic’)” I keep getting errors
"Platform not supported
Error using libisloaded
Library name must be a string or a character vector.
Error in initialiseGeodesic (line 32)
if ~libisloaded(geodesic_library)
Error in geodesic_new_mesh (line 4)
initialiseGeodesic();
Error in distanceBetweenPoints (line 86)
mesh = geodesic_new_mesh(vertices,faces);"
I have installed the necessary C/C++ Complier but I still keep getting the error. Any suggestions will be helpful