[MATLAB] Getting Started with App Designer (the first program)

Environmental preparation

Install matlab2018b software, including App Designer components

Enter App Designer

Enter appdesigner and press Enter to open the design software , as shown
insert image description here
in the figure after the software is opened
insert image description here

Design ideas

Front-end ui + back-end logic code

first ui program

1. ui design

Add the three components of label, edit field, and Button to the canvas for
insert image description here
simple adjustment
insert image description here

2. Logic control

Right-click the button component, add a callback function, and
insert image description here
write a classic hello world!
insert image description here

3. Test

After saving, click Run.
insert image description here
It will pop up, the GUI program you just designed
clicks the Button button, and the famous saying of hello world will pop up.
insert image description here
So far, the first program of matlab App Designer, hello world, has been completed.
Start exploring the wonderful world of matlab

Guess you like

Origin blog.csdn.net/qq_44078824/article/details/121913041