MATLAB App Designer to app package cannot find HTML file

27 次查看(过去 30 天)
When I was packaging the MATLAB APP, I had already packaged the HTML file in the following interface. But during the installation, it shows that this HTML file cannot be found. I wonder if there is a problem with my relative path. I could do it this way before.

采纳的回答

Kojiro Saito
Kojiro Saito 2024-10-30,4:36
Back1.html is not located in MATLAB's current folder, so, please change HTMLSource property from "./Back1.html" to "Back1.html".
  3 个评论
邱
2024-10-30,5:10
They are not in the same folder when i pachage them?
Kojiro Saito
Kojiro Saito 2024-10-30,5:29
In environment, Image Component with "./xxx.jpg" path does not work in a packaged app, but works fine with "xxx.jpg".

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Develop Apps Using App Designer 的更多信息

产品


版本

R2024a

Community Treasure Hunt

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

Start Hunting!

Translated by