Error to compile Mex
6 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
James Tursa
le 18 Juin 2014
What is the detailed error message? (i.e., the error message you see prior to the "Unable to complete successfully" message)
Réponses (0)
Voir également
Catégories
En savoir plus sur MATLAB Compiler dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!