代码搜索:UserData
找到约 4,368 项符合「UserData」的源代码
代码结果 4,368
www.eeworm.com/read/309309/13674601
m axislimit_callback.m
function axislimit_callback
prompt={'Xlimit:','Ylimit:'};
title='Input parameters';
lines=[1 1]';
def={num2str([0 1000]),num2str([-.5 1])};
answer=inputdlg(prompt,title,lines,def);
data=get(g
www.eeworm.com/read/309309/13674602
m legend_callback.m
function legend_callback
try
T=findobj(gcf,'tag','compo1');
co=get(T,'userdata');
s=num2str(co(1));
catch
return
end
s=['''',s,''''];
for i=2:length(co)
s=[s,',','''',num2
www.eeworm.com/read/309309/13674604
m fildis.m
function fildis()
FI=figure('Menubar','none','numbertitle','off','name','Kalman Filter','deletefcn','figdel_callback');
BI=uicontrol(FI,'Style','Push','Unit','normalized','Position',[0.81,.73,
www.eeworm.com/read/309309/13674605
m setaxis.m
% draw the axis
function setaxis
MV=findobj(gcf,'tag','axis');%menu Axis Limit
m=get(MV,'userdata');
T=findobj(gcf,'tag','p');
t=get(T,'userdata');
col=get(findobj(gcf,'tag','color'),'userd
www.eeworm.com/read/309309/13674609
asv fildis.asv
function fildis()
FI=figure('Menubar','none','numbertitle','off','name','Kalman Filter','deletefcn','figdel_callback'); %生成figue
BI=uicontrol(FI,'Style','Push','Unit','normalized','P
www.eeworm.com/read/309309/13674616
m start_callback.m
function start_callback
try
load inidata;
catch
msgbox('The filter has not been initialized!','Warning','warn','modal');
return
end
delete(gca);
setaxis;
Pk_1=P0;
Xk_1=X0;
www.eeworm.com/read/309305/13674677
m imuieq.m
function CY = imuieq(varargin)
if ~ischar(varargin{1})
Action = '::::BuildGUI';
CX = varargin{1};
CPREV = thumb(CX, 150);
if isgray(CPREV)
CPREV = cat(3, CPREV, CPREV, CPREV);
end
el
www.eeworm.com/read/309305/13674679
m imuihs.m
function varargout = imuihs(varargin)
% IMUIHS Application M-file for imuihs.fig
% FIG = IMUIHS launch imuihs GUI.
% IMUIHS('callback_name', ...) invoke the named callback.
% Last Modified by G
www.eeworm.com/read/309305/13674682
m imuibc.m
function varargout = imuibc(varargin)
% IMUIBC Application M-file for imuibc.fig
% FIG = IMUIBC launch imuibc GUI.
% IMUIBC('callback_name', ...) invoke the named callback.
% Last Modified by G
www.eeworm.com/read/309305/13674697
m imui.m
function imui(varargin)
% IMUI - Image Processing Toolbox Utilities for MATLAB 6.1
% Under development
% Kotaimen.C, 2002/5 - 200?/?, All rights reserved.
% Connect to kotaimen_c@citiz.net.
% i