📄 ti_ov_edit.m
字号:
%Callback routine for the text box in the window
%function
%Written on 05/12/97
%Get value in the edit box
overlap = round(eval(get(ti_ov_txt1_h,'String')));
%Set slider value to correspond to this
set(ti_ov_fl_h,'Value',overlap);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -