Effacer les filtres
Effacer les filtres

problem in running mex file

1 vue (au cours des 30 derniers jours)
Abhishek Saini
Abhishek Saini le 17 Déc 2018
Commenté : Abhishek Saini le 17 Déc 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' "

Réponse acceptée

Walter Roberson
Walter Roberson le 17 Déc 2018
Modifié(e) : Walter Roberson le 17 Déc 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 commentaires
Walter Roberson
Walter Roberson le 17 Déc 2018
Sorry, I should have named the .c not the .m
Abhishek Saini
Abhishek Saini le 17 Déc 2018
I am still waiting for my another question on
could anyone help on that?

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Data Types dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by