appdesigner fails to open app

9 ビュー (過去 30 日間)
Paul Martellock
Paul Martellock 2025 年 6 月 10 日
回答済み: Meet 2025 年 6 月 18 日
I am trying to reuse an app I wrote a couple of years ago and it will not open in my current version of matlab. I am running 2022b.
IDK the version of Matlab I was using at the time. The error I get is: "Warning: File '10419335.png' is not on the MATLAB or specified path."
I have searched Matlab install directories and can't find these files.
  2 件のコメント
Paul Martellock
Paul Martellock 2025 年 6 月 10 日
I added a random png file to allow it to be found, but it just popped up a different png file that it did not find...
Walter Roberson
Walter Roberson 2025 年 6 月 10 日
About all you can do is insert random png files with the given names, to allow it to open. Once it is open you can investigate to see what significance the files have in the code.

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

回答 (1 件)

Meet
Meet 2025 年 6 月 18 日
Hi Paul,
It looks like your app is trying to load an image file "10419335.png" that is no longer in the expected location. I would recommend checking your code for where this image is used, and either place the file in your app's folder or update the path. If the image is missing, you could swap in a similar one or a random image.
Hope this helps!!

カテゴリ

Help Center および File ExchangePackage and Share Apps についてさらに検索

製品


リリース

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by