problem in running mex file
1 回表示 (過去 30 日間)
古いコメントを表示
Abhishek Saini
2018 年 12 月 17 日
コメント済み: Abhishek Saini
2018 年 12 月 17 日
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 件のコメント
採用された回答
Walter Roberson
2018 年 12 月 17 日
編集済み: Walter Roberson
2018 年 12 月 17 日
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 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で MATLAB Compiler についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!