da_det1b.m

来自「MATLAB遗传代码的源码 具体如何使用?希望能受到指点」· 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 + -
显示快捷键?