da_det1b.m
来自「王小平《遗传算法——理论、应用与软件实现》随书光盘」· M 代码 · 共 11 行
M
11 行
%
% 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 + =
减小字号Ctrl + -
显示快捷键?