Search found 2 matches

by uffeaf
Fri Feb 22, 2013 09:22
Forum: Installation
Topic: Input filenames as ascii output?
Replies: 3
Views: 13719

Re: Input filenames as ascii output?

The time series X and Y used for input have names, e.g. X='NEO1B34100011 (2012-08-30)RAW.csv' Y='NEO1B34100011 (2012-08-31)RAW.csv'.

I'd like to have the names of these time series included in the output ascii file along with the RQA results.
by uffeaf
Wed Feb 13, 2013 13:10
Forum: Installation
Topic: Input filenames as ascii output?
Replies: 3
Views: 13719

Input filenames as ascii output?

First of all, thank you for this fine software package. I'm running the crqa, and I've gor the RQA measures and computational parameters written to an ascii file by means of the matlab command fprint, e.g. the line fprintf(fileID, 'RR\t%s\r\n', RR); prints RR and the RR vlue to a text file. How do I...