Matlab runtime not found, even though path correct

7 ビュー (過去 30 日間)
Javier Acuna
Javier Acuna 2020 年 10 月 19 日
コメント済み: Kojiro Saito 2020 年 10 月 20 日
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?

採用された回答

Kojiro Saito
Kojiro Saito 2020 年 10 月 20 日
編集済み: Kojiro Saito 2020 年 10 月 20 日
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 件のコメント
Javier Acuna
Javier Acuna 2020 年 10 月 20 日
Thank you Kojiro, I installed the 32b version of the runtime and it solved my problem. Just out of curiosity: What happens if another executable needs the 64b version of R2015b? Can those two version co-exist?
Kojiro Saito
Kojiro Saito 2020 年 10 月 20 日
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.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeC Shared Library Integration についてさらに検索

タグ

製品


リリース

R2015b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by