代码搜索:UserData
找到约 4,368 项符合「UserData」的源代码
代码结果 4,368
www.eeworm.com/read/472548/6869873
m m_dre.m
function m_dre(drefun,nbiter,y0,rParam)
%discrete recursive ecuation solver for attractor plotting (y[n]=drefun(y[n-1]))
Y=zeros(2,length(y0));
Y(1,:)=y0;
Y(2,:)=feval(drefun,y0,rParam);
ud.sto
www.eeworm.com/read/194440/8192963
m el_fini.m
function el_fini
% clean up graphics if needed
% Get the storage buckets
h=get(gcf,'children');
found=0;
for k=1:length(h)
if( strcmp(get(h(k),'type'),'uicontrol') )
if( strcmp(get(h
www.eeworm.com/read/194440/8192970
m el_tempfini.m
function el_tempfini
% this causes a temporary termination of editing. To fully terminate,
% editlines('fini') must be called
% reset and exit
% Get the storage buckets
h=get(gcf,'children');
www.eeworm.com/read/194440/8193299
m matinterogator.m
function DataOut=matinterogator(OpenFile,n,arg3)
%----------------------------------------
%--------- Mat File Interogator ---------
%----------------------------------------
%
% DataOut=matiner
www.eeworm.com/read/194440/8193324
m rcdefine.m
function rcdefine(action,arg2)
% RCDEFINE is the central part of a dialog used by LOGSEC to define reflection
% coefficient sections. Inititate the dialog by calling RCDEFINEINIT and finish
% it by c
www.eeworm.com/read/194440/8193344
m tzdefine.m
function tzdefine(action,arg2)
% TZDEFINE is the central part of a dialog used by LOGSEC to define time-depth
% curves. Inititate the dialog by calling TZDEFINEINIT and finish it by calling
% TZDEFIN
www.eeworm.com/read/194440/8193366
m matinterrogator.m
function DataOut=matinterrogator(OpenFile,n,arg3)
%----------------------------------------
%--------- Mat File Interogator ---------
%----------------------------------------
%
% DataOut=matine
www.eeworm.com/read/194440/8193517
m seis2well.m
function seis2well(action)
% function seis2well(action)
%
% this function ties lines to wells and outputs a file containing
% a list of many columns that can be transferred to spreadsheet
% program