代码搜索:UserData

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

代码结果 4,368
www.eeworm.com/read/326308/3472294

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
www.eeworm.com/read/428780/1954105

m loadsets2.m

function data = loadsets(varargin) data = get( gcf,'UserData' ); % Clear axes clrchild( data.axes1); % set x and y axes labels xlabel(' x轴'); ylabel(' y轴');
www.eeworm.com/read/428780/1954111

m loadsets.m

function data = loadsets(varargin) data = get( gcf,'UserData' ); % Clear axes clrchild( data.axes1); % set x and y axes labels xlabel(' x轴'); ylabel(' y轴');
www.eeworm.com/read/428780/1954274

m created.m

function created=created(varargin) %global hfigure data % get handler and make this figure active gcf=varargin{1}; figure(gcf); data = get(gcf,'UserData'); % 获取文件名 path
www.eeworm.com/read/293918/8263910

m avgpic.m

function avgpic(hfig, avgfile, avgtitle) load avgfile % get handles of axes haxs = get(hfig,'UserData'); haxstim = haxs(1); haxt = haxs(2); haxSrs = haxs(3); haxSTr = haxs(4);
www.eeworm.com/read/334076/12643003

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/100743/15865503

java regserver.java

import java.sql.*; import java.net.*; import java.io.*; //import UserData; public class RegServer extends Thread { ServerSocket serverSocket; Connection con; //String dataSource; pu
www.eeworm.com/read/427221/8965332

php post.php

www.eeworm.com/read/168118/9937443

m yesno.m

function yesno(action) % % % G.F. Margrave Feb 1994 % if(strcmp(action,'init')) hax=gca; qs=get(hax,'userdata'); %build the dialog box hdial=figure('visible','off','menubar','none
www.eeworm.com/read/168118/9938853

m pi_deletepickline.m

function DeletePickLine(); h=get(gcf,'userdata'); hmsg=h(2); global PICKS delete(findobj(gcf,'type','line','tag','PICKMARKER')); delete(findobj(gcf,'type','text','tag','PICKTEXT')); hobj=gco;