app designer: How can I choose the graphs that I want to be displayed?

1 view (last 30 days)
Hello,
I have in appdesigner 9 graphs but I don't want all of them to appear at the same time, but only six of them and to be able to see the others with a slider or to be able to choose which ones appear with ticks or something like that.
Thanks
  1 Comment
Eric Delgado
Eric Delgado on 23 Mar 2023
You can use a ListBox or a Tree (CheckBox) to select those six graphs. And sure... you can use a Slider to scroll along your nine graphs.

Sign in to comment.

Accepted Answer

Kevin Holly
Kevin Holly on 24 Mar 2023
Attached is an example using the ListBox approach that Eric mentioned. I also included an app that highlights the selected lines.

More Answers (0)

Categories

Find more on Specifying Target for Graphics Output 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!