代码搜索:UserData

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

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

m el_init.m

function el_init anchors=get(gca,'userdata'); if(isempty(anchors)) % search the figure for the handles of all lines h=get(gca,'children'); for k=1:length(h) if( strcmp(get(h(k),'type')
www.eeworm.com/read/168118/9937388

m selbox.m

function selbox(action,button) % SELBOX: draw a selection box on a figure window % % selbox(action,button) % % SELBOX is somewhat like the built in RBBOX except that it % works in axes (data) c
www.eeworm.com/read/168118/9937529

m gridtool.m

function gridtool(arg1,arg2,arg3,arg4,arg5) % gridtool(x,y,z,xr,yr) % gridtool(x,y,z) % gridtool(obj,xr,yr) % gridtool(obj,wells) % gridtool(obj) % % GRIDTOOL presents an interactive interface to Mat
www.eeworm.com/read/168118/9938164

m selbox.m

function selbox(action,button) % % selbox(action,button) % % SELBOX is somewhat like the built in RBBOX except that it % works in axes (data) coordinates rather than figure % coordinates (pixels). T
www.eeworm.com/read/168118/9938171

m clonefig.m

function hclone=clonefig(arg,arg2,arg3,arg4) % hclone =clonefig(hfig,buttonnum,lwfact,titflag) % (all parameters may be defaulted) % % CLONEFIG is designed to produce a copy of a figure which co
www.eeworm.com/read/168118/9938242

m drawazi.m

function drawazi(action) % Modified after drawline % DRAWazi works just like SELBOX except that it draws a azi instead of a box % There are also DRAWLINEINIT and DRAWLINEFINI just like SELBOX. See he
www.eeworm.com/read/168118/9938329

m newline.m

function newline(action,arg2,arg3) % newline(action,transfer) % % NEWLINE is a general tool for creating new lines with the mouse in the current % figure. Capabilities include: % 1) drawing in a l
www.eeworm.com/read/168118/9938418

m theodisplay.m

function theodisplay(theo,t,rr,w,tw,phs,hhors,thors,tscale,xscale,... title,plotmode,nreps,tint,ievery,kolor,lasheader) % theodisplay(theo,t,rr,wavelet,tw,phs,hhors,thors,tscale,xscale,title, %
www.eeworm.com/read/168118/9938719

m plotseisva.m

function plotseisva(hax,smat,t,x,ampflag,clip,scaleopt,c) % PLOTSEISVA ... Image display utility for seismic matrices % % plotimage(hax,smat,t,x,ampflag) % plotimage(hax,smat,t,x) % plotimage(hax
www.eeworm.com/read/168118/9938735

m plotimage2.m

function plotimage(smat,t,x) % PLOTIMAGE ... Image display utility for seismic matrices % % plotimage(smat,t,x,ampflag) % plotimage(smat,t,x) % plotimage(smat,t) % plotimage(smat) % % plotimag