Standalone APP Runtime error
조회 수: 2 (최근 30일)
이전 댓글 표시
Dar al
Iam using Matlab 2019a. I have creat a app with app design. Problem : When I want to creat a standalone app, without download for the user, Ineed to select "Runtime included in package". I have download the 2019a version from https://fr.mathworks.com/products/compiler/matlab-runtime.html
Tht give me a zip. But when I select it I got an error message : "This file is nota valid Matlab Runtimeinstaller for this version"....
Do you have an idea?
Regards
댓글 수: 2
Walter Roberson
2019년 12월 18일
You must use the runtime for exactly the same R2019a Update that you developed the app on.
채택된 답변
Kojiro Saito
2019년 12월 19일
In the MATLAB Runtime download page which you described above, the latest update version is listed. As of R2019a, the link is Runtime R2019a Update 6.https://ssd.mathworks.com/supportfiles/downloads/R2019a/Release/6/deployment_files/installer/complete/win64/MATLAB_Runtime_R2019a_Update_6_win64.zip
So, if you're using another update version of R2019a, you need to download the same update version of Runtime.
You download the same version from MATLAB.
compiler.runtime.download
if you cancel this command, you can find the URL. For example, R2019a Update 1 is
After download the installer file, you don't need to unzip it. Just point the zip location in MATLAB Compiler Preference.
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Downloads에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!