?? twomass_q_slider.m
字號:
%Callback function for the Xio1 slider for the twomass model
%Author Karthik
%Date November 24,1997
%Get value in the slider
val = get(twomass_con_Q_slider,'Value');
%Set edit box to correspond to this
set(twomass_con_Q_edit,'String',num2str(val));
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -