代码搜索结果

找到约 10,000 项符合 L 的代码

l_append.m

function wlog=l_append(wlog1,wlog2,varargin) % Function appends one log structure to another. % The following cases are handled (or planned). % 1. Both logs have the same depth values: %

l_sort.m

function wlog=l_sort(wlog,mnem,varargin) % Sort curves of a log so that a specified curve increases monotonically; % since the "depth" column of a log needs to increase strictly monotonically % a

l_regression.m

function [wlog,aux]=l_regression(wlog,expression,varargin) % Function creates new log curve using the mathematical expression contained in the % third input argument. Null values (NaNs) in the log c

l_reflections.m

function wlog=l_reflections(wlog,varargin) % Function computes reflection coefficients; % Written by: E. R., November 5, 2000 % Last update: March 18, 2001; Complete rewrite with new curve-name co

l_rename.m

function wlog=l_rename(wlog,varargin) % Function replaces one or more curve mnemonics by new ones % The function also works with structure arrays. % % Written by: E. R.: December 24, 2000 % Last

l_plot.m

function aux=l_plot(wlog,varargin) % Function plots log curves % Written by E. R., May 6, 2000 % Last update: October 3, 2004: Make y-axis smaller to accommodate title % % aux=l_plot(wl

l_average.m

function wlog=l_average(wlog,varargin) % Function computes running average over specified log curves % The function needs equidistantly sampled data; no null values % Written by: E. R., June 7, 200

l_gd.m

function description=l_gd(wlog,mnem) % Function extracts description of curve with mnmeonic "mnem" from log data set "wlog" % If global variable CASE_SENSITIVE is set to false, the case of the curve

l_interpolate.m

function wlog=l_interpolate(wlog,mnemonics) % Function interpolates null values of all curves specified by an optional list % of mnemonics. The function assumes that null values are represented by

l_lithocurves.m

function wlog=l_lithocurves(wlog,varargin) % Function computes "logical" curves representing lithology. The curve values are % either 1 (true), if a particular lithology is present, or 0 (false), if