One user (of many) is having trouble with a distributed executable. He is getting the message that he can't find version 8.4 of the MCR but he has verified that it is installed. See screen shots below.
8 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti

<<

>>
2 Commenti
Risposte (1)
Varun Gunda
il 3 Apr 2017
There is a bug in MATLAB Compiler R2014a in the way the MCR entry in the PATH is handled. R2014a cannot handle a trailing backslash. Verify that your MCR entry looks similar to
C:\Program Files\MATLAB\MATLAB Compiler Runtime\v83\runtime\win64
and not like this (note the \ at the end)
C:\Program Files\MATLAB\MATLAB Compiler Runtime\v83\runtime\win64\
This affects 32bit and 64bit MATLAB/MCR.
3 Commenti
Vedere anche
Categorie
Scopri di più su Introduction to Installation and Licensing 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!