代码搜索:L
找到约 10,000 项符合「L」的源代码
代码结果 10,000
www.eeworm.com/read/259565/11782025
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/259565/11782030
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/259565/11782035
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/259565/11782042
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/259565/11782052
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/259565/11782057
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/259565/11782060
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/259565/11782082
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
www.eeworm.com/read/259565/11782102
m 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 updat
www.eeworm.com/read/259565/11782105
m l_plot.m
function aux=l_plot(wlog,varargin)
% Function plots log curves; a curve's properties can be changed by
% right-clicking on the curve and choosing new curve parameters from the
% pop-up menu.
%
% Wri