Running a compiled script
8 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
MartaRR
il 24 Set 2015
Risposto: Image Analyst
il 25 Set 2015
I am trying to use this compiled matlab script http://labrosa.ee.columbia.edu/~dpwe/resources/matlab/audfprint/#9
I followed the instructions and I installed the MCR. I downloaded the compiled package but I am not able to run it. Do I have to run it from the terminal of my computer? What instructions do I have to write?
0 Commenti
Risposta accettata
Walter Roberson
il 25 Set 2015
Yes, if you are running the compiled binary then you have to do so from your terminal window, or by using ! from your MATLAB command prompt.
You can also use the source code to run it from MATLAB, if I understand correctly.
0 Commenti
Più risposte (1)
Image Analyst
il 25 Set 2015
Do you have a 64 bit computer? If you have a 32 bit computer, then the posted MCR and executables will not work for you since they will work ONLY for 64 bit systems.
When you say "I am not able to run it." what exactly does this mean? What exact steps did you undertake after saving the files to your local computer? Double click something? What?
0 Commenti
Vedere anche
Categorie
Scopri di più su Downloads in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!