代码搜索:L

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

代码结果 10,000
www.eeworm.com/read/245849/12777516

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 upd
www.eeworm.com/read/245849/12777522

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: % % wlog=l
www.eeworm.com/read/245849/12777542

m 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 conv
www.eeworm.com/read/245849/12777547

m 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: August
www.eeworm.com/read/245849/12777550

m l_lithoplot.m

function aux=l_lithoplot(wlog,varargin) % Function plots log curves with lithology indicated by markers and/or color % % Written by: E. R.: November 5, 2000 % Updated: December 24, 2005: use "timeStam
www.eeworm.com/read/245849/12777558

m 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 cur
www.eeworm.com/read/245849/12777566

m 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: % cu
www.eeworm.com/read/245849/12777571

m 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 new
www.eeworm.com/read/245849/12777573

m 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 cur
www.eeworm.com/read/245849/12777594

m 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 conve