Converting multiple files at the same time

3 views (last 30 days)
I'm converting .rhd files to .nex files but the progress is slow because I can only do one file at a time. Is there any way to select and convert multiple files at the same time?

Answers (1)

Walter Roberson
Walter Roberson on 8 Jun 2015
The answer is No, that code is only designed for one file at a time. However you could modify the code in read_Intan_RHD2000_file to accept a file name instead of prompting for it, and you could then (somehow) save the data as a nex file.
The utility that they provide to convert rhd to nex is a single MS Windows .exe for which the source is not provided (at least not on that web page). I do not run MS Windows so I cannot run it to see what the user interface is like.
I recommend that you contact Neuronexus support and express your point to them.

Categories

Find more on Data Import and Analysis 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!