代码搜索:UserData
找到约 4,368 项符合「UserData」的源代码
代码结果 4,368
www.eeworm.com/read/175689/5343434
asv loadsets.asv
function data = loadsets(varargin)
data = get( gcf,'UserData' );
% Clear axes
clrchild( data.axes1);
% set x and y axes labels
xlabel('feature x');
ylabel('featu
www.eeworm.com/read/175689/5343628
m loadsets2.m
function data = loadsets2(varargin)
data = get( gcf,'UserData' );
xlabel('feature x'); % 标记X轴
ylabel('feature y'); % 标记Y轴
file=get( da
www.eeworm.com/read/347319/3173863
nc oscopem.nc
includes userdata;
module OscopeM
{
provides interface StdControl;
provides interface Oscope[uint8_t channel];
uses interface ReceiveMsg as ResetCounterMsg;
uses interface CC2420Contro
www.eeworm.com/read/294069/3920521
m filllistbox.m
function filllistbox(datafiles,handles,fname)
global TSTOOLdatapath;
answer=get(handles.loadhandle,'UserData');
TSTOOLfilter=answer{1};
cwd=answer{2};
lhandle = handles.lboxhandle;
if ~isempty(da
www.eeworm.com/read/428780/1954108
asv loadsets.asv
function data = loadsets(varargin)
data = get( gcf,'UserData' );
% Clear axes
clrchild( data.axes1);
% set x and y axes labels
xlabel('feature x');
ylabel('featu
www.eeworm.com/read/428780/1954302
m loadsets2.m
function data = loadsets2(varargin)
data = get( gcf,'UserData' );
xlabel('feature x'); % 标记X轴
ylabel('feature y'); % 标记Y轴
file=get( da
www.eeworm.com/read/389692/8507258
m popundo.m
function popundo(figNumber)
%POPUNDO Pop the last FIS change off the undo stack.
% POPUNDO(figNumber) pops the old FIS matrix off of the UserData
% for the Undo uimenu. The function also broadc
www.eeworm.com/read/359005/10171613
m popundo.m
function popundo(figNumber)
%POPUNDO Pop the last FIS change off the undo stack.
% POPUNDO(figNumber) pops the old FIS matrix off of the UserData
% for the Undo uimenu. The function also broadc
www.eeworm.com/read/296324/6966882
m tabchange.m
function tabchange(str,pressedTab,pressedTabNum,previousTab,previousTabNum,hfig )
setappdata(hfig,'tab',pressedTabNum);
handles=get(hfig,'userdata');
panel=handles.panel;
ax=handles.ax;
legendt=h