|
From: Goserunner on 14 Nov 2005 21:37 Hi, I am a new Guide user. I have a problem using get. For the edit text, if the value is 0.5 it can be Ok. But if I use 1/2 it is not OK. I use handles.h=str2double(get(hObject,'String')); guidata(hObject,handles); Could you please help me?
From: Goserunner on 14 Nov 2005 23:12
Anyway I have found the solution :) just using str2num instead of str2double |