da_det1b.m

来自「用VC++编写的遗传算法源程序」· 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 + -
显示快捷键?