代码搜索:CallBack
找到约 10,000 项符合「CallBack」的源代码
代码结果 10,000
www.eeworm.com/read/339711/12209721
m mmenu2.m
% mmenu2.m
Hm_top = uimenu('Label','Example');
Hm_box = uimenu(Hm_top,'Label','Axis Box',...
'CallBack',[...
'if strcmp(get(gca,''Box''),''on''),',...
'set(g
www.eeworm.com/read/339665/12211844
m demtrain.m
function demtrain(action);
%DEMTRAIN Demonstrate training of MLP network.
%
% Description
% DEMTRAIN brings up a simple GUI to show the training of an MLP
% network on classification and regression pr
www.eeworm.com/read/339239/12246490
m exm10032_1.m
% exm10032_1.m
figure
h_menu=uimenu(gcf,'label','Color');
h_submenu1=uimenu(h_menu,'label','Blue',...
'callback','set(gcf,''Color'',''blue'')');
h_submenu2=uimenu(h_menu,'label','Red'
www.eeworm.com/read/339239/12247022
m exm100332_1.m
% exm100332_1.m
figure
h_menu=uimenu(gcf,'Label','&Color');
h_submenu1=uimenu(h_menu,'Label','&Blue',...
'Callback','set(gcf,''color'',''blue'')');
h_submenu2=uimenu(h_menu,'label','Red',...
www.eeworm.com/read/339239/12247423
m exm100333_2.m
% exm100333_2.m
figure
h_menu=uimenu('label','Option');
h_sub1=uimenu(h_menu,'label','Grid on',... %
'callback',[...
'grid on,',...
'set(h_sub1,''checked'',''on''),',...
'set(h
www.eeworm.com/read/150905/12250622
m demtrain.m
function demtrain(action);
%DEMTRAIN Demonstrate training of MLP network.
%
% Description
% DEMTRAIN brings up a simple GUI to show the training of an MLP
% network on classification and regression pr
www.eeworm.com/read/150690/12276343
m jincou.m
function varargout = jincou( varargin )
% this module edit the parameters .
% February 2004
% $Revision: 1.00 $
if (nargin == 0) | isstruct( varargin{1} ) % LAUNCH GUI
www.eeworm.com/read/252223/12292231
m mmctl2.m
% mmctl2.m
Hc_boxon = uicontrol(gcf,'Style','radio',...
'Position',[20 45 100 20],...
'String','Set Box On',...
'Value',0,...
'CallBack',[...
's
www.eeworm.com/read/252223/12292234
m mmenu3.m
% mmenu3.m
Hm_top = uimenu('Label','Example');
Hm_box = uimenu(Hm_top,'Label','Axis Box',...
'CallBack',[...
'if strcmp(get(gca,''Box''),''on''),',...
'set(g
www.eeworm.com/read/252223/12292462
m mmenu2.m
% mmenu2.m
Hm_top = uimenu('Label','Example');
Hm_box = uimenu(Hm_top,'Label','Axis Box',...
'CallBack',[...
'if strcmp(get(gca,''Box''),''on''),',...
'set(g