Where can I find version 9.3 of Matlab runtime?

120 views (last 30 days)
After installing the latest Matlab (R2022b) I get the message 'Could not find version 9.3 of Matlab runtime' when I try to run a compiled exe.
How to get round this? Do I need to rebuild the exe?
Version 9.13.0.2080170 (R2022b) Update 1

Answers (1)

Kojiro Saito
Kojiro Saito on 2 Nov 2022
Compiled EXE files needs the same version of MATLAB Runtime in which MATLAB was compiled.
You can install MATLAB Runtime R2017b (9.3) from MATLAB Runtime installer download page.
If you can recompile the files (.m, .mlx or .mlapp) in R2022b, you can run the exe with R2022b.

Categories

Find more on C Shared Library Integration in Help Center and File Exchange

Products


Release

R2017b

Community Treasure Hunt

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

Start Hunting!