tomwalters@0: % procedure for 'aim-mat' tomwalters@0: % tomwalters@0: % INPUT VALUES: tomwalters@0: % tomwalters@0: % RETURN VALUE: tomwalters@0: % bleeck@3: % tomwalters@0: % (c) 2011, University of Southampton bleeck@3: % Maintained by Stefan Bleeck (bleeck@gmail.com) bleeck@3: % download of current version is on the soundsoftware site: bleeck@3: % http://code.soundsoftware.ac.uk/projects/aimmat bleeck@3: % documentation and everything is on http://www.acousticscale.org tomwalters@0: tomwalters@0: tomwalters@0: function handles=edit_scale(hObject, eventdata, handles) tomwalters@0: tomwalters@0: tomwalters@0: curval=get(hObject,'String'); tomwalters@0: curval=str2num(curval); tomwalters@0: handles.slideredit_scale=... tomwalters@0: slidereditcontrol_set_raweditvalue(handles.slideredit_scale,curval); tomwalters@0: tomwalters@0: tomwalters@0: return tomwalters@0: tomwalters@0: tomwalters@0: tomwalters@0: % strval=str2double(get(hObject,'String')); tomwalters@0: % von=handles.data.min_scale; tomwalters@0: % bis=handles.data.max_scale; tomwalters@0: % if strval>bis tomwalters@0: % strval=bis; tomwalters@0: % end tomwalters@0: % if strval