How can I display a list of variables from a struct to a GUI?

2 views (last 30 days)
Hello, I'm doing a project with Matlab and I'm still learning, so wanted to know how I can display variables from a struct like data.example(x) in wich every x has others variables like data.example(1).var1 and display 8 examples from data in each "line" on GUI and display in sorta a message all the variables inside example(1).
I've tried to create a For Loop to assign all the data to each piece of line, for isntance, on GUI, each "line" is split with different tags so i can then associante each variable to each tag using: set(handles.xxx,'string',var)
Thanks in advance and sorry if my terms aren't the correct.

Answers (0)

Categories

Find more on Variables 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!