mex setup

조회 수: 2 (최근 30일)
Oyinda
Oyinda 2011년 5월 5일
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

답변 (1개)

Kaustubha Govind
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)

카테고리

Help CenterFile 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!

Translated by