代码搜索:UserData
找到约 4,368 项符合「UserData」的源代码
代码结果 4,368
www.eeworm.com/read/194440/8192979
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/194440/8193251
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/194440/8193416
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/194440/8194456
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/194440/8194464
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/194440/8194521
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/194440/8194591
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/194440/8194736
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/194440/8195143
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/194440/8195166
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