代码搜索:CallBack
找到约 10,000 项符合「CallBack」的源代码
代码结果 10,000
www.eeworm.com/read/255577/12072960
asv f_calmenu.asv
function f_calmenu (h,plotstr)
%F_CALMENU: Set up caliper menu item
%
% Usage: f_calmenu (h,plotstr)
%
% Inputs: h = handle of figure window
% plotstr = callback string to regene
www.eeworm.com/read/255577/12072969
m f_exitmenu.m
function f_exitmenu
%F_EXITMENU: Create exit menu item
%
% Usage: f_exitmenu
%
uimenu (gcf,'Label','Exit','Callback','close; clc; return');
www.eeworm.com/read/152460/12112351
m yundong.m
function yundong
global zzz kk
h_f=figure('Name','运动的星空','tag','ss','Unit','normalized',...
'Position',[0.2,0.2,0.7,0.7],...
'Resize','off
www.eeworm.com/read/152398/12117312
m cback.m
switch JMENU
case 1 % Number of output
if ~isempty(Xpnummt{1,1})
switch questdlg('System contains data, proceed ?');
case {'No','Cancel'}
set(MAIN_MENU(14),'Value',maxrow)
www.eeworm.com/read/253950/12174204
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/151608/12188173
m exm11332_1.m
%exm11332_1.m
figure
h_menu=uimenu(gcf,'Label','&Color'); %带简捷键C的用户菜单Color
h_submenu1=uimenu(h_menu,'Label','&Blue',... %带简捷键B的的下拉菜单Blue
'Callback','set(gcf,''color'',''blue'')');
h_su
www.eeworm.com/read/151608/12188968
m exm1132_1.m
%exm1132_1.m
figure %创建一个图形窗
h_menu=uimenu(gcf,'label','Color'); %制作用户顶层菜单项Color
h_submenu1=uimenu(h_menu,'label','Blue',... %制作下拉菜单项Blue
'callback','set(gcf,''Color'',''
www.eeworm.com/read/151608/12189179
m exm11333_2.m
%exm11333_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_s
www.eeworm.com/read/339711/12209506
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/339711/12209519
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