How to plot subset using editfield in app designer

1 visualizzazione (ultimi 30 giorni)
For example, I have a set of L,a,b as below.
L =[10,5,5,7,5,4]
a =[2,3,6,3,6,9]
b =[1,5,6,7,5,4]
I want to use editfield in app designer. If I write L=5 in the editfield, only the data that satisfy the number 5 will be plotted. But, if you have any idea other than editfield, I would like to know your idea. Thank you

Risposte (1)

Geoff Hayes
Geoff Hayes il 17 Dic 2021
@義典 鈴木 - if you only have a small set of variables to choose from (i.e. 'L', 'a', and 'b') then consider using a radio button group instead...so that instead of typing in a character, the user selects the appropriate radio button.

Categorie

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

Prodotti


Release

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by