代码搜索:UserData

找到约 4,368 项符合「UserData」的源代码

代码结果 4,368
www.eeworm.com/read/154209/11983087

m delete.m

function delete(obj) % Author: T. Krauss % Copyright (c) 1988-98 by The MathWorks, Inc. % $Revision: 1.2 $ obj = struct(obj); for i = 1:length(obj) fig = get(obj(i).h,'parent');
www.eeworm.com/read/154209/11983215

m delete.m

function delete(obj) % Author: T. Krauss % Copyright (c) 1988-98 by The MathWorks, Inc. % $Revision: 1.2 $ obj = struct(obj); for i = 1:length(obj) fig = get(obj(i).h,'parent');
www.eeworm.com/read/154209/11983395

m filtdes.m

function varargout = filtdes(varargin) %FILTDES Filter Designer. % This graphical tool allows you to design lowpass, highpass, bandpass, % and bandstop digital filters. % % Type 'sptool' to
www.eeworm.com/read/153823/12004149

m deletelntag.m

function deletelinetag() %DELETELNTAG Delete last tagged line objects from plot. % deletelntag() % % Executes commands: % s = get(gca,'UserData'); % delete(findobj(s.LastLineTag)) % pr
www.eeworm.com/read/152310/12122672

m nnd8qf.m

function nnd8qf(cmd,data) %NND8QF Quadratic function demonstration. % BRING UP FIGURE IF IT EXISTS me = 'nnd8qf'; fig = nnfgflag(me); if length(get(fig,'children')) == 0, fig = 0; end if nar
www.eeworm.com/read/152148/12135767

m my_sfunxy.m

function [sys, x0, str, ts] = my_sfunxy(t,x,u,flag,ax,refresh,style,varargin) %SFUNXY S-function that acts as an X-Y scope using MATLAB plotting functions. % This M-file is designed to be used in
www.eeworm.com/read/151851/12168775

m nnd8qf.m

function nnd8qf(cmd,data) %NND8QF Quadratic function demonstration. % BRING UP FIGURE IF IT EXISTS me = 'nnd8qf'; fig = nnfgflag(me); if length(get(fig,'children')) == 0, fig = 0; end if nar
www.eeworm.com/read/339711/12209560

m mmcxy.m

function out=mmcxy(arg) %MMCXY Show x-y Coordinates Using Mouse. % MMCXY places the x-y coordinates of the mouse in the % lower left hand corner of the current 2-D figure window. % When the mouse is c
www.eeworm.com/read/252223/12292264

m mmcxy.m

function out=mmcxy(arg) %MMCXY Show x-y Coordinates Using Mouse. % MMCXY places the x-y coordinates of the mouse in the % lower left hand corner of the current 2-D figure window. % When the mouse is c
www.eeworm.com/read/149369/12384559

m mmcxy.m

function out=mmcxy(arg) %MMCXY Show x-y Coordinates Using Mouse. % MMCXY places the x-y coordinates of the mouse in the % lower left hand corner of the current 2-D figure window. % When the mouse is c