代码搜索:UserData
找到约 4,368 项符合「UserData」的源代码
代码结果 4,368
www.eeworm.com/read/384426/8870009
m ssumfn.m
%
function ssumfn(action)
if nargin < 1
action='init';
end
name = mfilename;
figname = ['ssum_fig'];
f=findobj('Tag',figname);
handles = get(f,'UserData');
switch a
www.eeworm.com/read/381363/9096235
m getzoomstatus.m
function z=getzoomstatus
%GETZOOMSTATUS Get the zoom status for the current figure.
%
% ZOOMSTATUS=GETZOOMSTATUS
%
% GETZOOMSTATUS Gets the USERDATA if the menu item ZOOM.
%
% Claudio - 28 Sept, 1995
www.eeworm.com/read/177762/9432998
htm product_catalog.htm
.nav {cursor:hand }
.persist {behavior:url(#default#userdata);}
var submittedToServer = false; //flag of whether the cart was sent to t
www.eeworm.com/read/168118/9937414
m drawlinefini.m
function ret=drawlinefini
% DRAWLINEFINI: finalize line drawing
%
% info=drawlinefini
%
% tidy up after using DRAWLINE in the current figure and axes.
% DRAWLINEFINI clear the userdata of gca so
www.eeworm.com/read/150221/5694164
m findlabel.m
function [label, name, qeng, qger, dBScale, dBRef] = findlabel(factor, exponents)
% finds label and name for a given set of factors and exponents
%RESOURCES = get(0, 'UserData');
%TSTOOLunittab = RE
www.eeworm.com/read/486215/1253070
m findlabel.m
function [label, name, qeng, qger, dBScale, dBRef] = findlabel(factor, exponents)
% finds label and name for a given set of factors and exponents
RESOURCES = get(0, 'UserData');
TSTOOLunittab = RESO
www.eeworm.com/read/455463/1614078
m drawlinefini.m
function ret=drawlinefini
% DRAWLINEFINI: finalize line drawing
%
% info=drawlinefini
%
% tidy up after using DRAWLINE in the current figure and axes.
% DRAWLINEFINI clear the userdata of gca so
www.eeworm.com/read/455463/1614769
m pi_limlnfigurevis.m
function limlnfigurevis(action);
if(strcmp(action,'limlnfigurevis2'))
% visiblilty being shut off by measurement figure
set(gcf,'visible','off');
h=get(gcf,'userdata');
hvisbutton