Callback cho các đối tượng:

Một phần của tài liệu 3-matlab_ly_thuyet_symbolic_gui_ (Trang 64 - 66)

- Nextplot: replacechildren Màu nền:tùy ý

Callback cho các đối tượng:

%------------------------------------------------------------------------------

functionedit_BDo_Callback(hObject, eventdata, handles) Vesin(handles);

%------------------------------------------------------------------------------

functionedit_TSo_Callback(hObject, eventdata, handles) Vesin(handles);

% --- Executes on slider movement.

functionslider_Start_Callback(hObject, eventdata, handles) Vesin(handles);

% --- Executes on slider movement.

functionslider_Stop_Callback(hObject, eventdata, handles) Vesin(handles);

% --- Executes on button press in pushbutton_Close.

functionpushbutton_Close_Callback(hObject, eventdata, handles) closereq;

CHƯƠNG 7: GUI VÀỨNG DỤNG 478

IV.ĐO TẦN SỐ

2. Viết hàm kích hoạt các đối tượng (tt)

% --- Executes on button press in radiobutton_TSo.

functionradiobutton_TSo_Callback(hObject, eventdata, handles)

globaly [x1,y1]=ginput(1); text(x1,y1,'|-->','color','r') [x2,y2]=ginput(1); text(x2-4,y2,'<--|','color','r') Len=length(y); F=Len/(x2-x1); string=[sprintf('%.2g',F)]; text((x2+x1-4)/2,y1,string,'color','r'); set(gcbo,'value',0); string=[sprintf('Song sin co F = %.2g',F)]; set(handles.text_title,'string',string);

Giảng viên: Hoàng Xuân Dương

2. Viết hàm kích hoạt các đối tượng (tt)

% --- Executes on button press in radiobutton_Color.

functionradiobutton_Color_Callback(hObject, eventdata, handles)

globalHsin

uisetcolor(Hsin,'Bang mau windows'); set(handles.radiobutton_Color,'value',0);

% --- Executes on button press in radiobutton_Grid.

functionradiobutton_Grid_Callback(hObject, eventdata, handles) check=get(gcbo,'value'); if (check==1) grid on else grid off end CHƯƠNG 7: GUI VÀỨNG DỤNG 480 IV.ĐO TẦN SỐ 3. Thực thi ứng dụng:

Giảng viên: Hoàng Xuân Dương

Nội dung:

Một phần của tài liệu 3-matlab_ly_thuyet_symbolic_gui_ (Trang 64 - 66)

Tải bản đầy đủ (PDF)

(104 trang)