How can I increase GUI slider steps?
古いコメントを表示
I have 168 MRI images to scroll. But my slider goes 1,3,5,6,8,10...almost every second image is shown. I've count them and turn out to be that slider has a exactly hundred steps. How can I increase that steps that slider shows one by one image?
Thanks.
2 件のコメント
Note that the accepted answer is incorrect. The actual required limits are:
[1/(maxNumberOfImages-1) , 10/(maxNumberOfImages-1)]
^ ^^^ ^ ^^^ missing in the answer
The general solution is actually:
stepSize/(maxLimit-minLimit)
which should make the mistake in the accepted answer clear. See also:
Image Analyst
2019 年 2 月 24 日
Good catch Stephen. I've made the change in case someone sees only my answer below and not your correction. Thanks!
採用された回答
その他の回答 (1 件)
Andy
2017 年 11 月 17 日
1 投票
this ('SliderStep' property) doesn't exist in slider object of the gui designer.
1 件のコメント
Image Analyst
2017 年 11 月 17 日
I find that hard to believe. Attach a screenshot of the property inspector with your slider properties showing.
カテゴリ
ヘルプ センター および File Exchange で Lighting, Transparency, and Shading についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!