Error to compile Mex
6 ビュー (過去 30 日間)
古いコメントを表示
Hi, i wanted to use one of the program for denoising, which i need to use the mex. But, when i tried to set up the Mex, i have a problem to compile which it gave me error as below:
Error using mex (line 206) Unable to complete successfully.
Error in compile (line 12) mex -v -largeArrayDims ../mex/mdwt.c ../lib/src/dwt.c ../lib/src/init.c ../lib/src/platform.c -I../lib/inc -outdir ../bin
I am using the Microsoft Windows Software Development Kit 7.1 and matlab R2012b. To setup this, i first put a command " mex -setup " and it asked me to choose the compiler which i choose the Microsoft Windows Software Development Kit 7.1, and it basically run well, but the problem occured wehn i need to compile the files of the program. Attached is the program if you need to look at the program.
Thanks in advance for your help! really appreciate it
2 件のコメント
James Tursa
2014 年 6 月 18 日
What is the detailed error message? (i.e., the error message you see prior to the "Unable to complete successfully" message)
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で MATLAB Compiler についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!