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')
15年弱 前 | 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...
15年弱 前 | 1 件の回答 | 0
