Standalone app error on launch
2 ビュー (過去 30 日間)
古いコメントを表示
Dhananjay Singh
2021 年 8 月 29 日
コメント済み: Anshika Chourasia
2021 年 9 月 6 日
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/724144/image.png)
Hi,
After compiling on launching the test app or after making fresh install of this app this error pops up.
What can be done?
0 件のコメント
採用された回答
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 件のコメント
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 Center および File Exchange で Install Products についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!