代码搜索:UserData
找到约 4,368 项符合「UserData」的源代码
代码结果 4,368
www.eeworm.com/read/316047/13531490
m matx_proc.m
%matx_proc is a group of functions which can be used either as an individual
%program for matrix processing or used as part of CtrlLAB.
%
% [ret1,ret2,ret3]=matx_proc(A,arg1,arg2)
%where
% A
www.eeworm.com/read/315069/13552948
m matx_proc.m
%matx_proc is a group of functions which can be used either as an individual
%program for matrix processing or used as part of CtrlLAB.
%
% [ret1,ret2,ret3]=matx_proc(A,arg1,arg2)
%where
% A
www.eeworm.com/read/313963/13577563
m sbiterr.m
function [sys, x0, str, ts] = sbiterr(t,x,u,flag, numLine, K, timeDelay, sampleTime)
% SBITERR: S-function for display symbol and bit error
% This M-file is designed to be used in a Simulink S-funct
www.eeworm.com/read/313963/13577578
m eyesampl.m
function [sys, x0, str, ts] = eyesampl(t,x,u,flag,...
timeRange, boundary, storeLength, eyeLine, scatterLine, sampleTime)
% EYESAMPL Simulink eye diagram and scatter plot --- sampled time vers
www.eeworm.com/read/313963/13577596
asv eyesampl.asv
function [sys, x0, str, ts] = eyesampl(t,x,u,flag,...
timeRange, boundary, storeLength, eyeLine, scatterLine, sampleTime)
% EYESAMPL Simulink eye diagram and scatter plot --- sampled time vers
www.eeworm.com/read/310212/13654639
m userchange.m
function UserChange(obj)
%UserChange Method for FD spec object
% Author: T. Krauss
% Copyright (c) 1988-98 by The MathWorks, Inc.
% $Revision: 1.3 $
obj = struct(obj);
objud = get(obj
www.eeworm.com/read/309963/13661454
h pserialport.h
// PSerialPort.h: interface for the CPSerialPort class.
//
//////////////////////////////////////////////////////////////////////
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
t
www.eeworm.com/read/309309/13674606
m next1_callback.m
function next_callback
if get(gcbo,'userdata')==1
delete(gca);
set(gca,'visible','off');
page2;
set(gcbo,'string','
www.eeworm.com/read/309309/13674610
m clear_callback.m
function clear_callback
BII=findobj(gcf,'tag','start');
mp=get(BII,'userdata');
set(BII,'userdata',mp+.0001);%to end last 'start circle'
try
uiresume(gcf)
end
delete(gca);setaxis
www.eeworm.com/read/309309/13674612
m bkcolor_callback.m
function bkcolor_callback
col=uisetcolor([ 0 0 0],'Select Color');
C=findobj(gcf,'tag','color');
set(C,'userdata',col);
setaxis;