代码搜索:UserData
找到约 4,368 项符合「UserData」的源代码
代码结果 4,368
www.eeworm.com/read/194440/8194206
m avgcvpinfo.m
function [shotrange, shotlist, currentshot, axeslist, stddev] = ...
avgcvpinfo(action, shotrange, shotlist, currentshot, axeslist, stddev)
% shotrange -
% shotlist -
% currentshot -
www.eeworm.com/read/194440/8194320
m cvpinfo.m
function [shots, currentshot, axeslist] = cvpinfo(action, shots, currentshot, axeslist )
if( nargin < 1 )
action = 'get';
end
% Get the handle of the 'set range' uicontrol
c = get(gcf, 'children'
www.eeworm.com/read/194440/8194635
m lascreator.m
function dataout=lascreator(arg1,arg2,arg3,arg4);
%-------------------------------
%--------- Las Creator ---------
%-------------------------------
%
% lascreator
% dataout=lascreator(Anything
www.eeworm.com/read/194440/8195111
m winextractor.m
function dataout=winextractor(masteraxes,trc,midpt,smpls,lockto);
%*******************
%*** WINEXTACTOR ***
%*******************
%
% dataout=winextractor(masteraxes,trc,midpt,smples);
% dataout=
www.eeworm.com/read/194440/8195161
m plotseismic.m
function plotseismic(seis,t,x,kol)
% PLOTSEISMIC: A wtva seismic viewer with GUI controls
%
% plotseismic(seis,t,x)
%
% seis ... input seismic matrix, one trace per column
% t ... column vector
www.eeworm.com/read/194440/8195172
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/194440/8195177
m pi_limbox_transforms.m
function PI_limbox_transforms(hObject, eventdata, handles)
h=get(gcf,'userdata');
hmsg=h(2);
hi=h(5);
hlimbox=h(14);
nm=get(gcbo,'label');
httl=get(gca,'title'); ttl=get(httl,'string');
seis=g
www.eeworm.com/read/194440/8195180
m pi_rescale.m
function rescale(action);
if(nargin==1)
end
mainax=findobj(gcf,'type','axes','tag','MAINAXES');
posax=findobj(gcf,'type','axes','tag','POSITIONAXES');
% try
h=get(gcf,'userdata');
hmsg=h(2);
h