Error When determining geodesic distance between points

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

Hi Lydia, this sounds like an error with the library we used for the geodesic (surface) calculations. Can I check which platform (Windows, Mac, Linux) you are on?

We will need to do some testing at our end to make sure the correct library is there. From memory we tested this for Ubuntu and OSX, so at a guess I wonder if you are on Windows?

Best wishes
Steven

Yes I am using windows.