?? ti_ov_sl.m
字號:
%Callback routine for the text box in the window
%function
%Written on 05/12/97
%Get value in the slider
overlap = round(get(ti_ov_fl_h,'Value'));
%Set edit box value to correspond to this
set(ti_ov_txt1_h,'String',overlap);
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -