mat2asc.html
来自「具有特色的地震数据处理源码」· HTML 代码 · 共 34 行
HTML
34 行
<TITLE>/</TITLE><BODY><A HREF = "../index.html">[Master Index]</A><A HREF = "index.html">[Index for ./main]</A><H1>mat2asc</H1><H2>(./main/mat2asc.m)</H2><HR><H3>Function Synopsis</H3><pre>mat2asc(datain,rec,datfile,thfile,fhfile)</pre><HR><H3>Help text</H3><pre>mat2asc(datain,rec,datfile,thfile,fhfile)mat2asc(datain,rec,datfile,thfile)mat2asc(datain,rec,datfile)This function saves a DSI variable as three separate ascii files.One file is for the file header, one for the trace headers, andone for the seismic traces. Only one record is saved.INPUTdatain - data in DSI formatrec - record number to write out to filedatfile, thfile and fhfile - file names for storing data, trace headers,and file header respectivly. All file names must be enclosed in singlequotes. Files will be saved in your current directory unless a path isspecified with the filenames.DSI customized VSP processing softwarewritten by K.S. Beaty June 1998</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 + -
显示快捷键?