📄 ma_pr_fl_sl.m
字号:
%
% Callback function for "Frame length slider of Property window
% Author : Karthik
% Date : May 27 1997
%
if exist('ma_pr_win_h')
% Get the value from the slider
val=round( get(ma_pr_fl_h,'Value') );
% Put the string
set(ma_pr_txt4_fl_h,'String',2^val);
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -