how to use "range" in uislider

조회 수: 3 (최근 30일)
Luca Re
Luca Re 2024년 5월 17일
댓글: Stephen23 2024년 5월 20일
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
Luca Re
Luca Re 2024년 5월 19일
편집: Luca Re 2024년 5월 19일
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 2024년 5월 20일
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.

댓글을 달려면 로그인하십시오.

답변 (1개)

Voss
Voss 2024년 5월 18일
  댓글 수: 2
Luca Re
Luca Re 2024년 5월 18일
편집: Luca Re 2024년 5월 18일
it's not correct..
I want double button to fix limit
see pics above
Voss
Voss 2024년 5월 18일
s = uislider(fig,"range","Limits",[1 50]);

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Graphics Object Properties에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by