📄 xio2_edit.m
字号:
%Callback function for the Xio2 edit box for ribbon model1
%Author Karthik
%Date 06/16/97
%Get value in the edit box
val = eval(get(rbn1_con_xio2_edit,'String'));
%Set slider value to correspond to this
set(rbn1_con_xio2_slider,'Value',val);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -