Prev: DICOM-RT
Next: fopen mul
From: Goserunner on
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
Anyway I have found the solution :)

just using
str2num instead of str2double
 | 
Pages: 1
Prev: DICOM-RT
Next: fopen mul