代码搜索结果
找到约 10,000 项符合
L 的代码
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
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
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
%
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
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
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
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:
%
%
l_compare.m
function l_compare(varargin)
% Function plots curves from one or more logs onto one plot. If depth units or curve units differ
% they are automatically converted to those of the first curve (if a co
l_merge.m
function wlog=l_merge(wlog,curves,varargin)
% Function replaces the null values of one curve with the corresponding
% samples of another
%
% Written by: E. R.: October 4, 2002
% Last updated: Au
l_combine.m
function wlog=l_combine(wlog1,wlog2,varargin)
% Combine two logs in such a way that the curves of the second log follow
% "below" the curves of the first log. There are two options:
% 1. Only