代码搜索:CallBack
找到约 10,000 项符合「CallBack」的源代码
代码结果 10,000
www.eeworm.com/read/128477/14294612
m test_listbox_callback.m
function test_listbox_callback(action)
switch action
case 'button'
Hndl = findobj(gcbf,'Tag','Listbox1');
value = get (Hndl,'Value');
Hndl = findobj(gcbf,'Tag','Label1');
str = ['O
www.eeworm.com/read/128477/14294620
m test_slider_callback.m
function test_slider_callback
% Find the value of the popup menu
value = get(gcbo,'Value');
% Place the value into the text field
Hndl = findobj(gcbf,'Tag','Label1');
str = sprintf('%.2f',val
www.eeworm.com/read/128477/14294622
m plot_line_callback.m
function plot_line_callback( action )
% Callback function for the plot_line program.
% This function uses a switch structure to route the
% callbacks to the proper section of code.
% Make su
www.eeworm.com/read/128477/14294630
m test_radiobutton_callback.m
function test_radiobutton_callback(action)
switch action
case 'rb1'
Hndl = findobj(gcbf,'Tag','Label1');
set (Hndl,'String','Option 1');
Hndl = findobj(gcbf,'Tag','radiobutton1');
www.eeworm.com/read/128477/14294635
m test_popup_callback.m
function test_popup_callback
% Find the value of the popup menu
value = get(gcbo,'Value');
% Place the value into the text field
Hndl = findobj(gcbf,'Tag','Label1');
str = ['Option ' num2str(
www.eeworm.com/read/229875/14313945
m amp6callback.m
%Copyright 2002 The Mobile and Portable Radio Research Group
%
%This code is part of the GUI package
fee = str2num(get(gcbo, 'String'));
if isempty(fee)
set(DelayHandle6,'String',[]);
end
www.eeworm.com/read/229875/14313952
m amp4callback.m
%Copyright 2002 The Mobile and Portable Radio Research Group
%
%This code is part of the GUI package
fee = str2num(get(gcbo, 'String'));
if isempty(fee)
set(AmpHandle5,'String',[]);
set(Am
www.eeworm.com/read/229875/14313966
m amp2callback.m
%Copyright 2002 The Mobile and Portable Radio Research Group
%
%This code is part of the GUI package
fee = str2num(get(gcbo, 'String'));
if isempty(fee)
set(AmpHandle3,'String',[]);
set(Am
www.eeworm.com/read/229875/14313999
m delay6callback.m
%Copyright 2002 The Mobile and Portable Radio Research Group
%
%This code is part of the GUI package
fee = str2num(get(gcbo, 'String'))*1e-9;
if isempty(fee)
set(AmpHandle6,'String',[]);
en
www.eeworm.com/read/229875/14314009
m delay5callback.m
%Copyright 2002 The Mobile and Portable Radio Research Group
%
%This code is part of the GUI package
fee = str2num(get(gcbo, 'String'))*1e-9;
if isempty(fee)
set(DelayHandle6,'String',[]);