Dear Rainer Manuel Schaich,
I'm trying to use your code to solve a vertex enumeration problem, i.e. given H-representation, find its V-representation. I follow the tutorial on the website and stuck when editing startup. I created a startup m-file in the file where I install the GeoCalcLib.
When I run
[,] = loadlibrary('libgeocalc','PATH/mainFunctions.h');
display('GeoCalc library loaded.');
the error "image not found" occurs. It seems that no library is found. I checked the src file which is the path points to. There is no file called libgeocalc.
Can you please tell me how to solve this?
Best,
Tianyu
Dear Rainer Manuel Schaich,
I'm trying to use your code to solve a vertex enumeration problem, i.e. given H-representation, find its V-representation. I follow the tutorial on the website and stuck when editing startup. I created a startup m-file in the file where I install the GeoCalcLib.
When I run
[
,] = loadlibrary('libgeocalc','PATH/mainFunctions.h');display('GeoCalc library loaded.');
the error "image not found" occurs. It seems that no library is found. I checked the src file which is the path points to. There is no file called libgeocalc.
Can you please tell me how to solve this?
Best,
Tianyu