MATLAB App Designer to app package cannot find HTML file

8 visualizzazioni (ultimi 30 giorni)
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.

Risposta accettata

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

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Develop Apps Using App Designer in Help Center e File Exchange

Prodotti


Release

R2024a

Community Treasure Hunt

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

Start Hunting!

Translated by