Matlab runtime not found, even though path correct
8 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Javier Acuna
il 19 Ott 2020
Commentato: Kojiro Saito
il 20 Ott 2020
Hello everybody,
I am unable tu run an executable because it can't find the Matlab runtime, even though the PATH environment variable is correctly configured as can be seen below. How can I solve this problem?

0 Commenti
Risposta accettata
Kojiro Saito
il 20 Ott 2020
Modificato: Kojiro Saito
il 20 Ott 2020
Did you run the execution file from the new command prompt? After changing the PATH environment, you need to open a new command prompt to reflect the PATH setting.
UPDATED
MATLAB R2015b has two versions for Windows, 32bit and 64bit. The execution file you have might be compiled with 32bit of MATLAB R2015b.
You can check the execution file is 32bit or 64bit as described the "The really simple way to check if a file is 32-bit or 64-bit" section in this link. Right click the execution file and go to "Properties". In "Compatibility" tab, check if Compatibility mode begins from Windows Vista (in this case, the execution file is 64bit) or begins from Windows XP (in this case, it is 32bit).
If the execution file is 32bit, could you try installing 32bit of MATLAB Runtime v90?
4 Commenti
Kojiro Saito
il 20 Ott 2020
Glad to hear that!
I think 32bit and 64bit can co-exist in the same machine. The executable will check the same bit version of MATLAB Runtime as MATLAB R2015b, so it will work.
Più risposte (0)
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!