代码搜索:UserData
找到约 4,368 项符合「UserData」的源代码
代码结果 4,368
www.eeworm.com/read/274975/10842038
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/274975/10842079
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/274773/10853254
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/272527/10954053
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/271760/10982376
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/271566/10989583
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/470887/6901291
m frame3d.m
function frame3D(parent,pos,color,bg_color,usr_dat)
%=======================================================================
% frame3D. Define a frame with a 3D effect.
%==========================
www.eeworm.com/read/470729/6907264
cpp kwqxmlsimplereader.cpp
/*
* Copyright (C) 2003 Apple Computer, Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the follow
www.eeworm.com/read/469986/6922097
m sorgui.m
function SorGUI(keyword,varargin)
global A B X k
if nargin == 0
H = findobj(0,'Tag','SorGUi_figp');
if ~isempty(H)
warning('Another PROGRAM is running. Only 1 PROGRAM can be run at a tim
www.eeworm.com/read/296324/6966873
m buttonup_callback.m
function buttonup_callback
figures=get(0,'userdata');
handles=get(figures.FI,'userdata');
set(figures.FI,'WindowButtonMotionFcn',[]);
setptr(figures.FI,'arrow');
handles.uv.requestFocus
set(ha