
david Landrith
University of Utah
自 2011 起处于活动状态
Followers: 0 Following: 0
Feeds
已回答
Need Help with Edit Text box in Matlab GUI ;D
use str2double(get(hObject, 'String')) to convert input strings to values or try get(hObject, 'Value')
Need Help with Edit Text box in Matlab GUI ;D
use str2double(get(hObject, 'String')) to convert input strings to values or try get(hObject, 'Value')
14 years 前 | 0
提问
Trouble with editText functions in GUI
I have been writing a script that creates a simple GUI for editing images. The GUI has sliders and editText boxes that adjust H...
14 years 前 | 1 个回答 | 0