代码搜索:UserData
找到约 4,368 项符合「UserData」的源代码
代码结果 4,368
www.eeworm.com/read/287843/8664780
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/287361/8689934
m delete2d.m
function res=Delete2D;
global DS;
global nbrwin;
global calculation_progress;
sn = get(gcf,'UserData');
sn = sn.number;
ss = size(DS(1).windows);
s=ss(1,2);
if s==2
bb=questdlg('Do y
www.eeworm.com/read/287361/8690028
m deletewin.m
function Deletewin;
global DS;
global nbrwin;
global calculation_progress;
sn = get(gcf,'UserData');
sn = sn.number+1;
ss = size(DS(1).windows);
s=ss(1,2);
if s==2
bb=questdlg('Do yo
www.eeworm.com/read/287361/8690114
m poincareplot3d.m
function PoincarePlot3D;
% Define regime of trajectory output
uu=findobj(gcf,'Tag','mPoincarePlot3D');
vv=get(gcf,'UserData');
ss=get(uu,'Checked');
if isequal(ss,'on')
set(uu,'Checked','of
www.eeworm.com/read/384512/8866160
m som_select.m
function varargout=som_select(c_vect,plane_h,arg)
%SOM_SELECT Manual selection of map units from a visualization.
%
% som_select(c_vect,[plane_h])
%
% som_select(3)
% som_select(sM.labels(:
www.eeworm.com/read/284405/8935886
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/427444/8944469
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/427200/8966646
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/382989/8982812
m add_handle2delete1.m
function add_handle2delete1(handle,gui_handle)
% Add a handle to an array of handles that should be deleted on exit from a GUI
% This list of handles is in the field 'handles2delete' of structure "u
www.eeworm.com/read/382989/8982819
m slice_callback.m
function slice_callback(varargin)
% Create/change/delete slice
global V3D_HANDLES
figure_handle=V3D_HANDLES.figure_handle;
axis_handle=V3D_HANDLES.axis_handle;
handles=varargin{3};
%