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.
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);
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);