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년 초과 전 | 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년 초과 전 | 답변 수: 1 | 0
