How to add help files to a app designer standalone application

13 ビュー (過去 30 日間)
Vitor Manuel Ribeiro
Vitor Manuel Ribeiro 2020 年 4 月 4 日
回答済み: Payas Bahade 2020 年 4 月 9 日
Hi i have the above app built with app designer. I want to show up distinct help files in a browser (or whatever) every time i press the button '?'. It works fine with
web([pwd,'.\Help files\lunchyourjobs.html'],'-browser')
only when i have the application open in Matlab with app designer. However when i compile it with
applicationCompiler
and run it the button '?' does not work anymore.
Do you know how can i fix this?

採用された回答

Payas Bahade
Payas Bahade 2020 年 4 月 9 日
Hi Vitor,
In order to add help files to a App Designer standalone application, required files need to be added in ‘Files required for your application to run’ in following format:
web([pwd, 'lunchyourjobs.html'], '-browser')
Please refer documentation of Application Compiler App for more details.
Hope this helps!

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeDevelop Apps Using App Designer についてさらに検索

製品


リリース

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by