From: nonyt on 29 May 2010 11:10 Hello, I am doing a GUI and i want to display a String on a text box when a button event occur function pushbutton1_Callback(hObject, eventdata, handles) % hObject handle to pushbutton1 (see GCBO) % eventdata reserved - to be defined in a future version of MATLAB % handles structure with handles and user data (see GUIDATA) c={a;b;c;d.....}; d=c(1); i want to display to text1... Can anyone help me?
|
Pages: 1 Prev: Build EX Problem Next: reading a bunch of data files with non-consecutive file names |