フィルターのクリア

Issue with standalone app after compiling

1 回表示 (過去 30 日間)
Nikos Korobos
Nikos Korobos 2022 年 5 月 2 日
回答済み: Image Analyst 2022 年 5 月 2 日
Hello everyone,
So I finished my app and opted for the Standalone App creation through the Matlab Compiler(web).
Then I installed my app as intended to Program Files, while the compile output folders(path) were located on Desktop.
Although the app did fucntion properly, it could not save any output files to Program Files, hence giving the Windows error sound.
Is there any issue with my path selection? Installing the app to the same fodler as the compiler output works fine.
Thanks in advance!

回答 (1 件)

Image Analyst
Image Analyst 2022 年 5 月 2 日
Yes, Windows doesn't allow most programs to save anything under the Program Files folder. You'll have to pick another folder to save to, like C:\Users\Public\Documents\MATLAB for example. Or on a different drive. Or else, like you said, don't install it under Program Files.

カテゴリ

Help Center および File ExchangeIntroduction to Installation and Licensing についてさらに検索

製品


リリース

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by