Standalone app error on launch

조회 수: 3 (최근 30일)
Dhananjay Singh
Dhananjay Singh 2021년 8월 29일
댓글: Anshika Chourasia 2021년 9월 6일
?
Hi,
After compiling on launching the test app or after making fresh install of this app this error pops up.
What can be done?

채택된 답변

Anshika Chourasia
Anshika Chourasia 2021년 9월 2일
The reason for the error might because of the installation of MATLAB in the root directory of a drive. Please check the output of the following MATLAB command:
>>matlabroot
The above command will output the matlabroot as "<directory>:\" along with a trailing backslash. The extra trailing backslash in the matlabroot at your system might be the reason for the error message.
Possible workaround could be reinstalling the MATLAB and check the output of "matlabroot" command, it should be without a trailing backslash.
  댓글 수: 2
Dhananjay Singh
Dhananjay Singh 2021년 9월 2일
While installing the redistributle standalone app is it neccesary for other user to have runtime libraries?
Anshika Chourasia
Anshika Chourasia 2021년 9월 6일
It depends on the option which was used while creating the standalone application.
Please refer the following link for more information related to different options avaliable while creating a standalone application: Create Standalone Application from MATLAB - MATLAB & Simulink (mathworks.com)

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 C Shared Library Integration에 대해 자세히 알아보기

제품


릴리스

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by