mex setup
조회 수: 2 (최근 30일)
이전 댓글 표시
so i try to run mex using: mex -setup but i keep getting this error...
\Common was unexpected at this time.??? Error using ==> mex Unable to complete successfully
pls how do i solve this problem?. p.s i am using MATLAB6p1
댓글 수: 0
답변 (1개)
Kaustubha Govind
2011년 5월 5일
From a preliminary web search, it seems like you may have special characters in your PATH environment variable, like & or (, that "mex -setup" was unable to handle in MATLAB 6.1 (R12.1). The issue was fixed in MATLAB 6.5 (R13) and later versions. Would it be possible for you to upgrade to the latest release (R2011a)? If not, you could temporarily remove all special characters from your PATH variable, restart MATLAB, run "mex -setup" and restore your PATH variable again. (I haven't tried this, so please take it with a grain of salt)
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!