MATLAB standalone App not working when installed on another system

12 ビュー (過去 30 日間)
NAVNEET NAYAN
NAVNEET NAYAN 2023 年 8 月 27 日
コメント済み: NAVNEET NAYAN 2023 年 9 月 11 日
I designed a MATLAB App using MATLAB App Designer. My app plays videos corresponding to the given words. It works fine. Next, using MATLAB compiler I developed .exe file of my app. Using this .exe file I installed the app on different system. On this system, my app window opens but when I give words as input I don't get any video. I simply get blank GUI window of my app. Can anyone suggest some way out? Feel free to comment.

採用された回答

Image Analyst
Image Analyst 2023 年 8 月 27 日
See the FAQ for a list of common reasons your compiled app won't run on a target system:
Most likely it's a path problem where you are either not deploying the videos to the target system, or you are not specifying the full path name correctly in the code (like you're just assuming the videos should be in the current folder).
  15 件のコメント
NAVNEET NAYAN
NAVNEET NAYAN 2023 年 9 月 4 日
編集済み: NAVNEET NAYAN 2023 年 9 月 5 日
Here, I have attached the .zip file that contains the .mlapp files and .mp4 files of few alphabets and words. My target is to display videos of alphabets, combination of alphabets (with space and without space) and words and run this app as a standalone app on a different system.
NAVNEET NAYAN
NAVNEET NAYAN 2023 年 9 月 11 日
@Image Analyst Did you get some time to look into the problem? I kept on trying to find a way but I couldn't find a solution.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

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

Community Treasure Hunt

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

Start Hunting!

Translated by