📄 da_det1b.m
字号:
%
% da_det1b.m
%
% Set the "buttondownfcn" fro the graph
%
set(ax1,'ButtonDownFcn',[
'set(text5,''string'',''Select a variable'');',...
'[x,y]=ginput(1);',...
'set(text5,''string'',[''Variable ='' num2str(round(x))]);']);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -