91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

資源簡介

TSTOOL is a software package for nonlinear time series analysis. It is implemented mainly in MATLAB, with some time-critical parts written in C/C++ (as MEX-functions).

資源截圖

代碼片段和文件信息

function?settspath(TSTOOLpath)

%?Set?environment?for?using?TSTool
%
%?Either?use?‘settspath(TSTOOLpath)‘?
%?or?just?‘settspath‘?when?in?the?OpenTSTool-Directory

if?nargin==0
????if?which(‘units.mat‘)
????????[TSTOOLpathdummydummydummy]=fileparts(which(‘units.mat‘));
????elseif?exist(fullfile(pwd‘tstoolbox‘‘units.mat‘))==2
????????TSTOOLpath=fullfile(pwd‘tstoolbox‘);
????else
????????error(‘Cannot?find?TSTOOL!?Please?specify?tstool-path?by?calling?settspath(TSTOOLpath).‘);
????end
else
????if(~(exist(fullfile(TSTOOLpath‘units.mat‘))==2))
????????if(exist(fullfile(TSTOOLpath‘tstoolbox‘‘units.mat‘)))
????????????TSTOOLpath=fullfile(TSTOOLpath‘tstoolbox‘);
????????else
????????????error(‘Cannot?find?TSTOOL?under?given?path‘);
????????end
????end
end

addpath(fileparts(TSTOOLpath));
addpath(TSTOOLpath);
addpath(fullfile(TSTOOLpath?‘demos‘));
addpath(fullfile(TSTOOLpath?‘gui‘));
addpath(fullfile(TSTOOLpath?‘utils‘));
addpath(fullfile(TSTOOLpath?‘mex‘));
addpath(fullfile(TSTOOLpath?fullfile(‘mex‘?mexext)));

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2009-02-19?16:12??OpenTSTOOL\
?????目錄???????????0??2009-02-19?16:12??OpenTSTOOL\Doc\
?????目錄???????????0??2009-02-19?16:12??OpenTSTOOL\Doc\HTML\
?????文件???????????0??2001-01-19?13:34??OpenTSTOOL\Doc\HTML\IMG_PARAMS.dir
?????文件???????????0??2001-01-19?13:34??OpenTSTOOL\Doc\HTML\IMG_PARAMS.pag
?????文件?????????398??2002-01-17?11:03??OpenTSTOOL\Doc\HTML\blueball.gif
?????文件?????????133??2002-01-17?11:03??OpenTSTOOL\Doc\HTML\change_begin.gif
?????文件?????????128??2002-01-17?11:03??OpenTSTOOL\Doc\HTML\change_begin_right.gif
?????文件?????????257??2002-01-17?11:03??OpenTSTOOL\Doc\HTML\change_delete.gif
?????文件?????????257??2002-01-17?11:03??OpenTSTOOL\Doc\HTML\change_delete_right.gif
?????文件?????????135??2002-01-17?11:03??OpenTSTOOL\Doc\HTML\change_end.gif
?????文件?????????127??2002-01-17?11:03??OpenTSTOOL\Doc\HTML\change_end_right.gif
?????文件?????????225??2002-01-17?11:03??OpenTSTOOL\Doc\HTML\contents.gif
?????文件?????????225??2002-01-17?11:03??OpenTSTOOL\Doc\HTML\contents_motif.gif
?????文件????????8468??2002-01-17?11:03??OpenTSTOOL\Doc\HTML\corrsum.gif
?????文件??????????78??2002-01-17?11:03??OpenTSTOOL\Doc\HTML\cross_ref_motif.gif
?????文件??????????78??2002-04-12?10:07??OpenTSTOOL\Doc\HTML\crossref.gif
?????文件???????12469??2002-01-17?11:03??OpenTSTOOL\Doc\HTML\demo.gif
?????文件????????9669??2002-01-17?11:03??OpenTSTOOL\Doc\HTML\demo2a.gif
?????文件???????31542??2002-01-17?11:03??OpenTSTOOL\Doc\HTML\demo2a_large.gif
?????文件????????1876??2002-01-17?11:03??OpenTSTOOL\Doc\HTML\demo2b.gif
?????文件????????4442??2002-01-17?11:03??OpenTSTOOL\Doc\HTML\demo2b_large.gif
?????文件????????2261??2002-01-17?11:03??OpenTSTOOL\Doc\HTML\demo2c.gif
?????文件????????5895??2002-01-17?11:03??OpenTSTOOL\Doc\HTML\demo2c_large.gif
?????文件????????4231??2002-01-17?11:03??OpenTSTOOL\Doc\HTML\demo2d.gif
?????文件???????11052??2002-01-17?11:03??OpenTSTOOL\Doc\HTML\demo2d_large.gif
?????文件????????2015??2002-01-17?11:03??OpenTSTOOL\Doc\HTML\demo2e.gif
?????文件????????4781??2002-01-17?11:03??OpenTSTOOL\Doc\HTML\demo2e_large.gif
?????文件????????1971??2002-01-17?11:03??OpenTSTOOL\Doc\HTML\demo2f.gif
?????文件????????4686??2002-01-17?11:03??OpenTSTOOL\Doc\HTML\demo2f_large.gif
?????文件???????25881??2002-01-17?11:03??OpenTSTOOL\Doc\HTML\embed.gif
............此處省略673個文件信息

評論

共有 條評論