How can I use sliders to scroll through my data in GUI?
Show older comments
Hi all!
Currenlty, I am building an GUI for loading patient data using App Designer in Matlab. First of all, a patient needs to be chosen, which I got working.
Next, the data set linked to the patient gets plotted, and shows vestibular pressure, abdominal pressure and detrusor pressure.
I want to use the slider below in the picture to make an indicator/dot scroll through the data and show in the Gauge meter if the pressure at a certain time is good/bad.
All tabs look the same - meaning a slider, a gauge and pressure data.
I would like the sliders to be connected, meaning if I drag one slider, the others move as well.
Currently, I used a callback function to show the time of the slider in a box next to the slider.
My two questions now are:
- How do I use callbacks to connect all sliders, so the show the same value?
- How do I add an indicator/dot in the plot indicating the chosen time value with the slider in the data?
Thank you.

Accepted Answer
More Answers (0)
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!