代码搜索:UserData
找到约 4,368 项符合「UserData」的源代码
代码结果 4,368
www.eeworm.com/read/300728/13895818
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/134893/13972177
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/235612/14060100
m el_autoseg.m
function el_autoseg
% turn off the window button functions
set(gcf,'windowbuttonupfcn','');
set(gcf,'windowbuttonmotionfcn','');
% Get the storage buckets
h=get(gcf,'children');
found=0
www.eeworm.com/read/235612/14061272
m plotimage.m
function plotimage(smat,t,x,clip,clrmap)
%
% plotimage(smat,t,x,clip,clrmap)
%
% PLOTIMAGE does a quick plot of a seismic matrix in a figure window
% (made by plotimage). It plots the the seismic
www.eeworm.com/read/108859/15573698
m lpsigplt.m
function lpsigplt
%LPSIGPLT Plot control for LPSIGGUI.
% ADSP Toolbox: Version 2.0
% For use with "Analog and Digital Signal Processing", 2nd Ed.
% Published by PWS Publishing Co.
%
% Ashok
www.eeworm.com/read/108859/15573710
m ctsysplt.m
function ctsysplt
% CTSYSPLT Support file for CTSYSGUI
% ADSP Toolbox: Version 2.0
% For use with "Analog and Digital Signal Processing", 2nd Ed.
% Published by PWS Publishing Co.
%
% Ashok
www.eeworm.com/read/108859/15573815
m dtsigedt.m
function dtsigedt(mode,cur_txt)
%DTSIGEDT Signal editing for DTSIGGUI and DTSIMGUI
% ADSP Toolbox: Version 2.0
% For use with "Analog and Digital Signal Processing", 2nd Ed.
% Published by PW
www.eeworm.com/read/101204/15841764
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/296324/6966879
m keyrelease_callback.m
function keyrelease_callback(hObject,eventdata,handles)
figures=get(0,'userdata');
handles=get(figures.FI,'userdata');
set(handles.uh,'userdata',1);%滚动条标识还原为1
set(handles.uv,'userdata',1);
www.eeworm.com/read/216945/14985109
m keyrelease_callback.m
function keyrelease_callback(hObject,eventdata,handles)
figures=get(0,'userdata');
handles=get(figures.FI,'userdata');
set(handles.uh,'userdata',1);%滚动条标识还原为1
set(handles.uv,'userdata',1);