Numeric index Slider GUI

Hi! I have 6 slider in my GUI and I want for each one a numeric index to show the actual numeric value moving the slider...is it possible? Thanks, Andrew

 采纳的回答

If "my_slider_k" is the tag of any of your sliders,
slider_k_value = get(handles.my_slider_k,'Value');
then, set this value to a text object:
set( handles.my_text_thing_handle,num2str(slider_k_value) )

更多回答(1 个)

Andrea
Andrea 2013-10-8

0 个投票

I have to use a Edit Text or a Static Text?

类别

帮助中心File Exchange 中查找有关 Matrix Indexing 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by