代码搜索:L
找到约 10,000 项符合「L」的源代码
代码结果 10,000
www.eeworm.com/read/151143/12232492
m l_resample.m
function logout=l_resample(wlog,step,varargin)
% Function resamples all curves of a log. Gaps in log curves (NaNs) are
% interpolated prior to resampling (l_interpolate). Gaps are filled even
% i
www.eeworm.com/read/151143/12232512
m l_gu.m
function units=l_gu(wlog,mnem);
% Function extracts units of curve with mnmeonic "mnem" from log data set "wlog"
% If global variable CASE_SENSITIVE is set to false, the case of the curve
% mnemoni
www.eeworm.com/read/151143/12232539
m l_data.m
function wlog=l_data
% Create synthetic well log for test and demo purposes; the log curves are not
% based on any rock physics
% Written by: E. R.: October 1, 2005;
% Last updated:
%
% wlo
www.eeworm.com/read/151143/12232589
m l_tools.m
function l_tools(keyword)
% Without argument, function lists all functions that process log data
% The argument allows restrictions to those functions which have the keyword
% as part of the descr
www.eeworm.com/read/151143/12232607
m l_eqdepth.m
function log_out=l_eqdepth(log)
% Funtion checks if log is equidistantly sampled in depth (log.step ~= 0)
% If this is the case it is copied to output.
% If this is not the case the curves are resa
www.eeworm.com/read/151143/12232619
m l_gc.m
function [curve,info]=l_gc(wlog,mnem,depths);
% Function extracts curve with mnemonic "mnem" from log data set "wlog"
% If global variable S4M.case_sensitive is set to false, the case of the curve
www.eeworm.com/read/151143/12232629
m l_curve.m
function wlog=l_curve(wlog,action,mnem,values,units,description)
% Function manipulates curve(s) of a log structure
% Written by: E. R.: May 12, 2000
% Last updated: November 8, 2004: update also f
www.eeworm.com/read/151143/12232640
m l_select.m
function logout=l_select(login,varargin)
% Function retrieves subset of log from log structure
% An error message is printed if a column mnemonic is not found.
% Column mnemonics are not case sens
www.eeworm.com/read/151143/12232647
m l_redefine.m
function l_redefine(varargin)
% Function redefines one or more of the standard curve mnemonics (e.g. to make them the same as
% esisting curve mnemonics).
% Written by: E. R.: July 15, 2001
% Last
www.eeworm.com/read/151143/12232651
m l_extend.m
function wlog=l_extend(wlog,from,to)
% Function extends the depth range of a log structure by
% appending/prepending null values
% Written by: E. R.: October 4, 2002
% Last updated:
%
%