Setting Live editor Slider Control minimum and maximum
Ältere Kommentare anzeigen
I am attempting to use the slider control in a live script, however I need the minimum and maximum values to be set by properties of workspace variables.
for example, I wish the maximum slider value to be the size of the 1st dimension of a matrix (8 bit Image)
For a slider in app designer i would use the following command to set minimum=1 and maximum=2
app.Slider.Limits=[1 2]
Is there a way to do the same in live editor?
4 Kommentare
Calum Henderson
am 15 Okt. 2020
I am encountering this same issue. Did you manage to find a way to do this?
Thanks in advance!
TJ
am 15 Okt. 2020
goc3
am 20 Jan. 2021
I am surprised that this is not yet possible.
Paúl Aguilar
am 21 Mai 2021
It is possible in Live Editor for web.
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Interactive Control and Callbacks finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!