ttbox25102012

所属分类:matlab编程
开发工具:matlab
文件大小:2035KB
下载次数:107
上传日期:2014-08-28 19:53:12
上 传 者GoldenSea2020
说明:  一款利用matlab编写的射线追踪程序,易改易用。
(The installation of TTBOX is relatively simple. All you have to do is to create some directories and tell MatLab, where TTBOX is. if it does not already exist, create a directory matlab within your home directory. Copy the TTBOX directory into the matlab directory if it does not already exist, create a file startup.m within the matlab directory Insert the following lines into startup.m: basepath= This should be the path to your home directory! addpath([basepath filesep matlab filesep ttbox ],1) addpath([basepath filesep matlab filesep ttbox filesep support ],1) execute startup within the MatLab command window. MatLab is now ready to execute TTBOX routines. The startup-script will be executed automatically upon start of MatLab. In order to read the online documentation, you have to browse to the doc directory and open the ttbox/doc/ttbox.html file with your web browser (it is recommended to set a bookma)

文件列表:
ttbox25102012 (0, 2012-10-25)
ttbox25102012\support (0, 2010-11-08)
ttbox25102012\support\mks2hms.m (1273, 2004-07-14)
ttbox25102012\support\mkbirch.m (918, 2004-07-14)
ttbox25102012\support\mkpoisson.m (899, 2004-07-14)
ttbox25102012\support\mkinterp.m (6015, 2006-11-14)
ttbox25102012\support\mkcircle.m (1313, 2010-02-16)
ttbox25102012\support\mkaxis.m (827, 2004-07-14)
ttbox25102012\support\mkfillcircle.m (1515, 2004-07-14)
ttbox25102012\support\mkdeblank.m (439, 2004-07-14)
ttbox25102012\support\mkgetaxes.m (1945, 2004-07-14)
ttbox25102012\support\mkdelwhitespace.m (495, 2004-07-14)
ttbox25102012\support\mkisletter.m (803, 2004-07-14)
ttbox25102012\support\mklsepidist.m (1430, 2004-12-06)
ttbox25102012\support\mklsbaz.m (3077, 2010-11-09)
ttbox25102012\support\mkweissrot.m (1652, 2010-03-23)
ttbox25102012\data (0, 2012-03-29)
ttbox25102012\data\iasp91_PKPdf_0km.txt (854, 2004-07-14)
ttbox25102012\data\TauP_times_PKPdf_0km_web.txt (1340, 2004-07-14)
ttbox25102012\data\iasp91_PcP_0km.txt (1113, 2004-07-14)
ttbox25102012\data\ttbox_profiler_data.txt~ (2440, 2006-05-17)
ttbox25102012\data\iasp91_PKPab_0km.txt (464, 2004-07-14)
ttbox25102012\data\iasp91.clr (1915, 2004-07-14)
ttbox25102012\data\jb_P_0km.txt (1014, 2004-07-14)
ttbox25102012\data\ttbox_profiler_data.txt (3044, 2006-05-22)
ttbox25102012\data\TauP_times_PKPbc_0km_web.txt (539, 2004-07-14)
ttbox25102012\data\TauP_times_PKP_0km_web.txt (862, 2004-07-14)
ttbox25102012\data\ak135.nd (7222, 2004-07-14)
ttbox25102012\data\iasp91_SKSdf_0km.txt (984, 2004-07-14)
ttbox25102012\data\bulands_depth_sampling.txt (31834, 2004-07-14)
ttbox25102012\data\onset_times_0km.txt (4746, 2004-07-14)
ttbox25102012\data\iasp91_PKPbc_0km.txt (140, 2004-07-14)
ttbox25102012\data\jb_S_0km.txt (1059, 2004-07-14)
ttbox25102012\data\TauP_times_PKPab_0km_web.txt (1568, 2004-07-14)
ttbox25102012\data\TauP_times_P_0km_web.txt (1955, 2004-07-14)
ttbox25102012\data\iasp91_S_0km.txt (1158, 2004-07-14)
ttbox25102012\data\ttbox_profiler_data_sav23052006.sav (3044, 2006-05-22)
ttbox25102012\data\ttbox_findp_mit_pscanaufruf.txt (2012, 2006-05-24)
ttbox25102012\data\TauP_times_PcP_0km_web.txt (2673, 2004-07-14)
... ...

The installation of TTBOX is relatively simple. All you have to do is to create some directories and tell MatLab, where TTBOX is. if it does not already exist, create a directory matlab within your home directory. Copy the TTBOX directory into the matlab directory if it does not already exist, create a file startup.m within the matlab directory Insert the following lines into startup.m: basepath='This should be the path to your home directory!'; addpath([basepath filesep 'matlab' filesep 'ttbox'],1); addpath([basepath filesep 'matlab' filesep 'ttbox' filesep 'support'],1); execute startup within the MatLab command window. MatLab is now ready to execute TTBOX routines. The startup-script will be executed automatically upon start of MatLab. In order to read the online documentation, you have to browse to the doc directory and open the ttbox/doc/ttbox.html file with your web browser (it is recommended to set a bookmark). It is not important where the TTBOX routines and the support directory reside. What is important, is that an addpath-call during startup tells MatLab where it actually is. Please refer to the MatLab documentation to find out about startup behavior of MatLab and its search path list.

近期下载者

相关文件


收藏者