📄 s_tools.m
字号:
function s_tools(keyword)% Without argument, function lists all functions that process seismic 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"%% s_tools(keyword) or s_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 % s_tools % shows all seismic-related functions% s_tools plot % shows seismic-related functions referring to plots% s_tools('plot') % same as abovelist=list_of_seismic_functions;if nargin == 0 keyword=[];enddisplayTools(keyword,list,' No matching seismic tool found.')
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -