guangxingli / ephys2plx

Here are some Matlab .m files and a Matlab mex function used to convert Open Ephys data files to the Plexon .plx file, which can be opened by Plexon Offline-Sorter.
GNU General Public License v3.0
1 stars 3 forks source link

Error using ephys2plx_mex #1

Open Aloapseta opened 3 years ago

Aloapseta commented 3 years ago

Hi,

I am opening the .xlm files saved by the GUI in MATLAB and then converting the to .Nplx files to perform offline spike sorting with the Plexon Offline Sorter with ephys2plx.m, but we have a error:

could someone help us solve it? Thanks

Error using ephys2plx_mex Input string is shorter than need!

Error in ephys2plx (line 20) ephys2plx_mex(FileHeaders,FileNames,fullPlexonName);

GODTMC commented 2 years ago

Hello, I have the same problem as you, may I ask how to solve this problem?