peterhcharlton / RRest

Algorithms to estimate respiratory rate from physiological signals
http://peterhcharlton.github.io/RRest/
Other
169 stars 60 forks source link

Automating the file separator #4

Closed rcasero closed 6 years ago

rcasero commented 7 years ago

As a small thing, the file separator doesn't need to be hard coded by the user here

https://github.com/peterhcharlton/RRest/blob/31aaaadc4f7a1f12450b6e3b6e5aaa6ffae9b7e0/RRest_v3.0/Algorithms/setup_universal_params.m#L48

if you change the line to

up.paths.slash_direction = filesep;

peterhcharlton commented 6 years ago

Many thanks indeed for pointing this out - it's very helpful. I'll include the change in the next version.

Best wishes,

Pete