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