- https://www.mathworks.com/matlabcentral/answers/343074-why-do-i-receive-could-not-find-version-x-x-of-the-matlab-runtime-when-running-my-compiled-app-al
- https://www.mathworks.com/matlabcentral/answers/1896450-i-receive-could-not-find-version-9-11of-the-matlab-runtime-when-running-my-compiled-app-my-matla
- https://www.mathworks.com/matlabcentral/answers/503296-how-to-launch-a-toolbox
我安装的2023a,有一个toolbox打不开,请问在哪里找
3 views (last 30 days)
Show older comments
Answers (1)
Shivani
on 21 May 2024
请注意,由于我对中文了解有限,我将用英语回答这个问题。
Based on the information shared, it is difficult to determine which toolbox you are trying to access.
However, the error message shared is occurring because the program you are trying to run has been written and compiled in MATLAB R2018b. To successfully run the program, you will need to install the MATLAB R2018b runtime library which is version 9.5. Kindly access the following link to install the MATLAB runtime: https://www.mathworks.com/products/compiler/matlab-runtime.html
The necessity for matching the run-time library with the development version arises because new functions might be introduced in newer versions, which wouldn't be present in older ones, and some old functions might be deprecated or removed. Therefore, the run-time library must contain the exact set of functions available in the version used for compiling the program.
Additionally, you can refer to these MATLAB Answer threads for more details:
Hope this helps!
0 Comments
See Also
Categories
Find more on Big Data Processing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!