hi, i cannot find the PDF documentation for app designer

77 views (last 30 days)
hi, i cannot find the PDF documentation for app designer. Only GUIDE is available. Is AppDesign using the same PDF as Guide? thanks!

Answers (1)

Kojiro Saito
Kojiro Saito on 31 Jul 2019
Edited: Kojiro Saito on 13 Jul 2020
Yes, PDF documentation is the same as that of GUIDE. "MATLAB App Buliding" contains both GUIDE and App Designer documentation.
From Chapter 14, you can find App Designer examples.
---
@John
Thank you for your comment. I've updated the link.
  3 Comments
Nguyen Thuan
Nguyen Thuan on 29 Jul 2020
@ Kojiro: Thanks for your answer.
In the PDF document, there are many examples that do not have the source code.
Do you know how I can find the source code of these examples? Thanks!
Kojiro Saito
Kojiro Saito on 29 Jul 2020
@Nguyen,
The examples in Section 18 of PDF document are the same as listed in the following web document.
From each example, click "View MATLAB Code" is written in the document. The code to open example apps will be shown. For instance,
openExample('matlab/MortgageCalculatorExample')
By running this command in MATLAB Command Window, you can find the layout and codes of the app.

Sign in to comment.

Categories

Find more on Migrate GUIDE Apps in Help Center and File Exchange

Products


Release

R2019a

Community Treasure Hunt

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

Start Hunting!