⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 l_tools.m

📁 实现地震勘探中
💻 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 description.%% Written by: E. R.: May, 6, 2000% Last updated: April 28, 2006: Use new function "displayTools"%%           l_tools(keyword)   or   l_tools keyword% INPUT% keyword   Search string to restrict the output of this command to lines that contain%           this string (needs to be in quotes if used as argument)%% EXAMPLES     %           l_tools             % shows all log-related functions%           l_tools plot        % shows log-related functions referring to plots%           l_tools('plot')     % same as abovelist=list_of_log_functions;if nargin == 0   keyword=[];enddisplayTools(keyword,list,'  No matching tools for well logs found.')

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -