代码搜索:UserData
找到约 4,368 项符合「UserData」的源代码
代码结果 4,368
www.eeworm.com/read/377948/9256350
m nnd2n2.m
function nnd2n2(cmd,arg1,arg2,arg3)
%NND2N2 Two-input neuron demonstration.
%
% This demonstration requires either the MININNET functions
% on the NND disk or the Neural Network Toolbox.
% Firs
www.eeworm.com/read/377948/9256377
m nnd2n1.m
function nnd2n1(cmd,arg1,arg2,arg3)
%NND2N1 One-input neuron demonstration.
%
% This demonstration requires either the MININNET functions
% on the NND disk or the Neural Network Toolbox.
% Firs
www.eeworm.com/read/377948/9256402
m nnd9mc.m
function nnd9mc(cmd,data)
%NND9MC Method comparison demonstration.
% First Version, 8-31-95.
%==================================================================
% BRING UP FIGURE IF IT EXIST
www.eeworm.com/read/376212/9324985
m psbind.m
function theResult = psbind(self)
% psbind -- Bind a "ps" object to its handle.
% psbind(self) binds self, a "ps" object, to
% its handle.
% Copyright (C) 1999 Dr. Charles R. Denham, ZYDECO.
%
www.eeworm.com/read/375591/9356106
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/179150/9368473
m mmctl7.m
% mmctl7.m
Hc_fcolor = uicontrol(gcf,'Style','popupmenu',...
'Position',[20 20 80 20],...
'String','Black|Red|Yellow|Green|Cyan|Blue|Magenta|White',...
'Value',1,...
'UserData',[[0 0
www.eeworm.com/read/373220/9468802
m label.m
function label(action,opt)
%
% Copyright (c) 1995 by Philipos C. Loizou
%
global fno lbVals Srate labfile LD_LABELS Be En lbUp n_Secs
global iaCnt lbaUp labSave LD_LAB_FILE LD_LAB_FILE2
www.eeworm.com/read/371703/9541036
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/371703/9541037
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};
%
www.eeworm.com/read/371703/9541102
m v3d_slice.m
function v3d_slice(varargin)
% Slice menu for Volume Browser
%
% Adaptation of function "v3d_slice" originally written by Robert Barsch;
% the original version is available at The Matlab Central File