Syncing both sliders and edit boxes

11 次查看(过去 30 天)
I have a gui with sliders & edit boxes in it.If i change slider position value is displyed on edit box,but how do we change slider position if value is changed in edit box.

采纳的回答

Walter Roberson
Walter Roberson 2012-7-2
set( handles.Slider1, 'Value', str2double(get(handles.Editbox1, 'String')) )

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Encryption / Cryptography 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by