代码搜索:UserData

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

代码结果 4,368
www.eeworm.com/read/168118/9938791

m pi_zoomscrollmotion.m

function zoomscrollmotion(action); global SCALE_OPT NUMBER_OF_COLORS GRAY_PCT CLIP COLOR_MAP NOBRIGHTEN PICKS PICKCOLOR XAXISTOP ZOOM_VALUE ZOOM_LOCKS h=get(gcf,'userdata'); hi=h(5); ha=gca; oldp
www.eeworm.com/read/168118/9938798

m pi_pick.m

function pick(arg1,arg2,arg3); global PICKS PICKCOLOR XAXISTOP ZOOM_VALUE ZOOM_LOCKS hax=findobj(gcf,'type','axes','tag','MAINAXES'); clickcheck=get(gcf,'selectiontype'); h=get(gcf,'userdata'); h
www.eeworm.com/read/444270/7615463

m plot_all_features.m

function Plot_all_features(handles) % function Plot_all_features(handles) USER_DATA = get(handles.wave_clus_figure,'userdata'); par = USER_DATA{1}; inspk = USER_DATA{7}; classes = USER_DATA{6};
www.eeworm.com/read/479659/6689958

m kaydet.m

function giris=kaydet(fig6,tag,onay) giris=get(fig6,'UserData'); switch tag case 'push1' if onay == 0 % savefile i鏸n dizi=get(giris.h(4),'String'); kkk=0; Matrix=[kkk];
www.eeworm.com/read/479659/6689996

m kaydet.m

function giris=kaydet(fig6,tag,onay) giris=get(fig6,'UserData'); switch tag case 'push1' if onay == 0 % savefile i鏸n dizi=get(giris.h(4),'String'); kkk=0; Matrix=[kkk];
www.eeworm.com/read/479659/6690032

m kaydet.m

function giris=kaydet(fig6,tag,onay) giris=get(fig6,'UserData'); switch tag case 'push1' if onay == 0 % savefile i鏸n dizi=get(giris.h(4),'String'); kkk=0; Matrix=[kkk];
www.eeworm.com/read/259870/11760497

m clickhandler.m

% clickhandler.m pt = get(gca,'CurrentPoint'); px = pt(1,1); py = pt(1,2); set(hpt,'XData',px,'YData',py) hlin = get(gca,'UserData'); if ~isempty(hlin) set(hlin,'XData',[px px],'YData',[py py])
www.eeworm.com/read/231340/14238578

m disprotinfo3d.m

function DispRotInfo3d(cmd,no) % % Rot=get(gcf,'userdata'); switch(cmd) case 'Element', msg=['Element No.' int2str(no) '; Nodes ' int2str(Rot.ELEMENTS(no,1)) '-' int2str(Rot.E
www.eeworm.com/read/455463/1614770

m pi_limptmove2.m

function limptmove2(); hobj=gco; axes1=gca; % original positions of lines, will be import when reposition pts=get(axes1,'userdata'); xdat=get(axes1,'xlim'); ydat=get(axes1,'ylim'); cpt=get(axes
www.eeworm.com/read/455463/1614779

m pi_zoomscrollmotion.m

function zoomscrollmotion(action); global SCALE_OPT NUMBER_OF_COLORS GRAY_PCT CLIP COLOR_MAP NOBRIGHTEN PICKS PICKCOLOR XAXISTOP ZOOM_VALUE ZOOM_LOCKS h=get(gcf,'userdata'); hi=h(5); ha=gca; oldp