How to plot subset using editfield in app designer
1 view (last 30 days)
Show older comments
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
0 Comments
Answers (1)
Geoff Hayes
on 17 Dec 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.
0 Comments
See Also
Categories
Find more on Develop Apps Using App Designer 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!