Advertisement
Guest User

Untitled

a guest
May 28th, 2015
293
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MatLab 0.19 KB | None | 0 0
  1. num = [str2double(get(handles.edit1,'String')),str2double(get(handles.edit2,'String')),str2double(get(handles.edit3,'String'))];
  2. max1 = num2str(max(num));
  3. set(handles.edit4,'String',max1);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement