problem in running mex file
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Abhishek Saini
am 17 Dez. 2018
Kommentiert: Abhishek Saini
am 17 Dez. 2018
I am unable to run the function InPolygon available at the Matlab webpage < https://www.mathworks.com/matlabcentral/fileexchange/20754-fast-inpolygon-detection-mex >.
I am getting error "Cannot find an exact (case-sensitive) match for 'InPolygon' "
0 Kommentare
Akzeptierte Antwort
Walter Roberson
am 17 Dez. 2018
Bearbeitet: Walter Roberson
am 17 Dez. 2018
cd to the directory that contains InPolygon_Test.m
Give the MATLAB command
mex InPolygon.c
Provided that you have a compiler set up, it will create the necessary DLL. You can then test with
InPolygon_Test
5 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu MATLAB Compiler finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!