Executing a rountin in mexw32 binary compiled with Visual Studio 2010
이전 댓글 표시
Hello,
I built a mexw32 binary with Visual Studio 2010 by the build instruction in the Help. The build was successful but using the function was not.
The mexw32 file is put in a directory and I tried to call the function in that directory but Matlab cannot see the function.
I wonder if there is some other things that are not fully explained int the help. Help will be greatly appreciated. Thanks.
Seongjoo
채택된 답변
추가 답변 (1개)
Walter Roberson
2011년 3월 4일
1 개 추천
How are you trying to invoke the function? Is the directory of the function your current directory, or is it on your path? Did you rehash your path after you created the .mex32 ?
댓글 수: 3
Seongjoo Lee
2011년 3월 4일
Jan
2011년 3월 4일
Please post more details. What do you mean with "routine inside of the file"?
Seongjoo Lee
2011년 3월 5일
카테고리
도움말 센터 및 File Exchange에서 MATLAB Compiler에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!