资源简介
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\em
............此处省略673个文件信息
- 上一篇:基于VC++与OpenCV的圆心坐标提取
- 下一篇:LL1语法分析器(c++)
相关资源
- Microsoft Visual C++ Runtime 64 bits
- Microsoft Visual C++ 2013 runtime 64/32 运行库
- FFT和DFT完整算法C语言实现
- c语言time()
- get internet time.zip
- Timer时钟.zip
- 原创一次性口令OneTimePasswordC语言源码
- 多个定时器的 Timer VC++
- C++编写一个时间类Time实验报告
- c++基础封装线程、锁、定时器、原子
- QTP 运行报:Microslft Visual C++ Runtime Lib
- C++获取网络时间
- C++与Qt实现QChart设置时间轴随数据实时
- FreeRTOS 官方指导 英文(Mastering_the_F
- 软件定时器(MultiTimer)
- mktime函数实现
- 定义一个时间类Time它能提供由时分秒
- C语言运行库 _mingw.h和time.h
- mfc 定时器简单用法小
评论
共有 条评论