problem in running mex file
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Abhishek Saini
il 17 Dic 2018
Commentato: Abhishek Saini
il 17 Dic 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 Commenti
Risposta accettata
Walter Roberson
il 17 Dic 2018
Modificato: Walter Roberson
il 17 Dic 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 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Introduction to Installation and Licensing in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!