Adding help content to AppDesigner App
Show older comments
Does anybody know how to add comments to an .MLAPP such that "help myapp" returns the help content? Currently, all I get is "myapp is a class. [hyperlink]Reference page for myapp" The reference page is awesome, but my users like the standard help display.
Answers (3)
Ramanuja Jagannathan
on 5 Oct 2017
Edited: Ramanuja Jagannathan
on 5 Oct 2017
I don't think the feature is currently available. The guess the reference page option (doc link below)available as of now.
https://www.mathworks.com/help/matlab/matlab_prog/display-custom-documentation.html
Nicholas Ayres
on 18 Sep 2020
0 votes
From what I can tell, no.
Greg's workaround is one suggestion. Alternatively, I've decided to write a static help function in my class which basically just contains an fprintf statement of what I want my help file to say.
At least then you can access it via myApp.help
Categories
Find more on Startup and Shutdown in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!