代码搜索:UserData
找到约 4,368 项符合「UserData」的源代码
代码结果 4,368
www.eeworm.com/read/455463/1614754
m pi_limboxmaster.m
function limboxmaster();
h=get(gcf,'userdata');
hi=h(5);
hmaster=h(10);
hlimbox=h(14);
limfig=get(hlimbox,'userdata');
limdat=get(limfig{3},'userdata');
limmat=[];
for ii=1:4
limmat=[limm
www.eeworm.com/read/456912/7337208
m ex_encryption.m
function ex_encryption
[p,q,n,e,d] = rsa;
set(findobj(gcbf,'Tag','p'),'userdata',p);
set(findobj(gcbf,'Tag','q'),'userdata',q);
set(findobj(gcbf,'Tag','n'),'userdata',n);
www.eeworm.com/read/396828/8088679
m auf.m
function auf(fig, varargin) % add to UserData of fig
%AUF add to UserData of fig.
%
% Syntax
%
% auf(fig, filed_name, field_value)
%
for i = 1:2:(nargin-1)
set(fig, 'UserData', ...
se
www.eeworm.com/read/455463/1614765
m pi_flip.m
function flip();
h=get(gcf,'userdata');
hflip=h(1);
hmsg=h(4);
pol=get(hflip,'userdata');
pol=-1*pol;
clr=get(gcf,'colormap');
colormap(flipud(clr));
set(hflip,'userdata',pol);
if(pol==1)
www.eeworm.com/read/352274/10567614
m uf_display.m
function uf_display(option)
h_frame=get(gcf,'UserData');
h_option=get(h_frame(4),'UserData');
h_button=get(h_frame(3),'UserData');
h_fmenus=get(h_frame(1),'UserData');
li_model=get(h_fmenus(1