subset.html
来自「具有特色的地震数据处理源码」· HTML 代码 · 共 35 行
HTML
35 行
<TITLE>/</TITLE><BODY><A HREF = "../index.html">[Master Index]</A><A HREF = "index.html">[Index for ./main]</A><H1>subset</H1><H2>(./main/subset.m)</H2><HR><H3>Function Synopsis</H3><pre>[dataout]=subset(datain,tr1,tr2,t1,t2,r1,r2)</pre><HR><H3>Help text</H3><pre>function [dataout]=subset(datain,tr1,tr2,t1,t2,r1,r2)subset -> creates a new variable containing only the traces specified-tr1, tr2 are the first and last traces of the desired subset-t1, t2 are the first and last times of the desired subset in seconds-r1 and r2 are the first and last records of the desired subset-similar to GETR in Insight[dataout]=subset(datain,tr1,tr2,t1,t2,r1,r2)DSI customized VSP processing softwarewritten by Kristen Beaty October, 1997</pre><HR><H3>Cross-Reference Information</H3>This function is called by<pre><UL><LI><A HREF = "../5.demos2/demoproc0.html">demoproc0</A> ./demos2/demoproc0.m</LI><LI><A HREF = "../5.demos2/demoproc3.html">demoproc3</A> ./demos2/demoproc3.m</LI><LI><A HREF = "../11.qc_dsi/qc_dsi.html">qc_dsi</A> ./qc_dsi/qc_dsi.m</LI><LI><A HREF = "../12.examples/select_h1az.html">select_h1az</A> ./qc_dsi/examples/select_h1az.m</LI></UL></pre><HR>Produced by <A HREF = "http://www.nd.edu/Courses/kantor/matlab/mat2html">mat2html</A> on Wed Jun 14 15:21:32 Canada/Eastern 2000<BR>Cross-Directory links are: ON<BR></BODY>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?