howtoinstall.txt

来自「地震资料处理的matlab源码软件包」· 文本 代码 · 共 22 行

TXT
22
字号
Directions

After downloading, In order for SERIES to run properly on MatLab, please do this:
Copy all files (*.m and *.exe) in the suddirectory SERIES (create it).

C:\MATLAB\TOOLBOX\SERIES

Changing C: for D: or E:, wherever the hard drive letter is.

In addition, please update the directorio 1 variable, this
can be found in the series.m file, this variable is changed with:

directorio1='c:\matlab\toolbox\series';

Finally, update the matlabrc.m file, that can be found in the
Matlab directory and has all the *.m file paths, this file must have:

'c:\matlab\toolbox\series;',...

Now, you can run SERIES by typing in series at the prompt
in the Matlab window. The Main Menu will appear.
It is recommended that you have your seismic files in the SERIES directory.

⌨️ 快捷键说明

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