From: chakki on 9 Apr 2010 06:22 HOW I CAN USE THE VALUE ENTERED IN A TEXT BOX ,IN MY .m FILE..? means, there is a text box in a .fig file and i need to cooperate that .fig file with my main .m file through that text box... pls help..
From: ImageAnalyst on 9 Apr 2010 06:24 stringValue = get(handles.editTextBox, 'string'); doubleValue = str2double(stringValue);
|
Pages: 1 Prev: colormap is not working now Next: Cross correlation of periodic signals |