How to represent a field inside a workspace variable in appdesigner?
1 view (last 30 days)
Show older comments
Sergio Prado Raposo
on 29 Nov 2021
Edited: Sergio Prado Raposo
on 2 Dec 2021
I am trying to make a graphical interface and I need to represent a series of graphs that are in the data field, inside a workspace variable. I have managed through a code to select a workspace variable, but I can not represent one of the fields within that variable. Would anyone know how to do it?
0 Comments
Accepted Answer
Srijith Kasaragod
on 2 Dec 2021
Hi Sergio,
I understand that you wish to extract atleast one data field from the variable and generate a series of graphs. One way to achieve this would be to present the user a clickable UI, which could list all the fields in the variable using checkboxes. The user can select the required checkbox and the corresponding data can be read and further processed from the 'ValueChanged' function callback.
Regards.
1 Comment
More Answers (0)
See Also
Categories
Find more on Data Import and Analysis 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!