Installation Location of MEX
이전 댓글 표시
Hi,
I am building a peripheral (NLopt library) on an Ubuntu machine where the MATLAB plugin that gets built needs to know the location of MEX. aka:
./configure MEX=/path/to/mex
Where is MEX actually located?
댓글 수: 4
Jan
2013년 2월 21일
What exactly is "MEX"? There is a Perl script, a Matlab script or perhaps it means the compiled MEX-Function?
Ryan Livingston
2013년 2월 22일
I assume that you are looking at this:
Right? Can you build a simple Mex file in MATLAB? There is an example here:
If it fails try building with
mex -v timestwo.c
And post the output here.
Connie
2013년 2월 24일
Connie
2013년 2월 24일
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Write C Functions Callable from MATLAB (MEX Files)에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!