代码搜索:UserData
找到约 4,368 项符合「UserData」的源代码
代码结果 4,368
www.eeworm.com/read/396844/2407838
m vis_som_show_data.m
function [handles,msg,lattice,msize,dim,normalization,comps]=vis_som_show_data(p,f)
% VIS_SOM_SHOW_DATA Checks and returns UserData and subplot handles stored by SOM_SHOW
%
% [handles,msg,lattice,msi
www.eeworm.com/read/194440/8192977
m el_buttonmotion.m
function el_buttonmotion(action)
% we are dragging a point of the current line
% find the clicked point
stuff=get(gca,'userdata');
lit=stuff(1,1);
it=stuff(1,2:lit+1);
hstor=stuff(1,li
www.eeworm.com/read/194440/8195169
m pi_zoom_slider.m
function PI_zoom_slider(hObject, eventdata, handles)
haxs=findobj(gcf,'type','axes','tag','MAINAXES');
h=get(gcf,'userdata');
hi=h(5);
hvertscrol=h(16);
hhorscrol=h(17);
xdat=sort(get(hi,'xdat
www.eeworm.com/read/235612/14060116
m el_buttonmotion.m
function el_buttonmotion(action)
% we are dragging a point of the current line
% find the clicked point
stuff=get(gca,'userdata');
lit=stuff(1,1);
it=stuff(1,2:lit+1);
hstor=stuff(1,li
www.eeworm.com/read/235612/14061859
m pi_zoom_slider.m
function PI_zoom_slider(hObject, eventdata, handles)
haxs=findobj(gcf,'type','axes','tag','MAINAXES');
h=get(gcf,'userdata');
hi=h(5);
hvertscrol=h(16);
hhorscrol=h(17);
xdat=sort(get(hi,'xdat
www.eeworm.com/read/291333/8424464
chf cvcalcemd2.chf
float cvCalcEMD2(CvArr* signature1, CvArr* signature2, int distance_type, CvDistanceFunction distance_func, CvArr* cost_matrix, CvArr* flow, float* lower_bound, void* userdata) {
void *fptr;