필터 지우기
필터 지우기

problem in running mex file

조회 수: 1 (최근 30일)
Abhishek Saini
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' "

채택된 답변

Walter Roberson
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
Walter Roberson
Walter Roberson 2018년 12월 17일
Sorry, I should have named the .c not the .m
Abhishek Saini
Abhishek Saini 2018년 12월 17일
I am still waiting for my another question on
could anyone help on that?

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Data Types에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by