Using TISEAN package in MATLAB

2 views (last 30 days)
Ashwani Gupta
Ashwani Gupta on 1 May 2014
Commented: ZIHAO YANG on 11 Aug 2022
I am able to set the tiseanPath as follows
>> tiseanPath = 'C:\cygwin\Tisean\Tisean_3.0.0\bin\';
I read the data I have using the following statememt/ I am not sure if there is another way to do it. I am not able to read .xml or .mat files directly into TiSEAN. The arguemnt works by reading the data into stdout per TISEAN is standard procedure. If I specify the -o option it just hangs and does nothing. I need to run the other procedures in Tisean like Lapy etc on this data. How do I go about it.
Thanks.
>> system([tiseanPath, 'choose G:\Modeling\346561.csv']);
TISEAN 3.0.0 (C) R. Hegger, H. Kantz, T. Schreiber (1998-2007)
C:\cygwin\Tisean\Tisean_3.0.0\bin\choose: Choose columns and sub-sequences from a file reading from columns 1 opened G:\Modeling\346561.csv for input 35 values read from file: G:\Modeling\346561.csv writing to stdout writing to stdout 35 values written to stdout 12.50000 12.70000 .. . . . . . . . . . . . 11.70000 12.20000 12.20000
  1 Comment
ZIHAO YANG
ZIHAO YANG on 11 Aug 2022
Could you give me the TISEAN package? Thanks

Sign in to comment.

Answers (0)

Categories

Find more on Financial Toolbox in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!