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!