how to use "range" in uislider

3 vues (au cours des 30 derniers jours)
Luca Re
Luca Re le 17 Mai 2024
Commenté : Stephen23 le 20 Mai 2024
fig = uifigure;
s = uislider(fig,"range",1:50);
Error using uislider
Unrecognized property range for class Slider.
Error in untitled6 (line 2)
s = uislider(fig,"range",1:50);
i want this :
  9 commentaires
Luca Re
Luca Re le 19 Mai 2024
Modifié(e) : Luca Re le 19 Mai 2024
From my knowledge it's a bit difficult.. Here I made a reply to my problem (matlab_test.mlapp).. Can you edit the attached file with the solution? Thank you
Stephen23
Stephen23 le 20 Mai 2024
From my knowledge it's a bit difficult."
Certainly it would be quite fiddly to implement.
A simpler approach is to have some fixed (i.e. unmoving) e.g. UICONTROL displaying the values.

Connectez-vous pour commenter.

Réponses (1)

Voss
Voss le 18 Mai 2024
  2 commentaires
Luca Re
Luca Re le 18 Mai 2024
Modifié(e) : Luca Re le 18 Mai 2024
it's not correct..
I want double button to fix limit
see pics above
Voss
Voss le 18 Mai 2024
s = uislider(fig,"range","Limits",[1 50]);

Connectez-vous pour commenter.

Catégories

En savoir plus sur Graphics Object Properties dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by