You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to convert MAT (MATLAB) file to to the NWB file format:
1st Attempt: Want to convert only 1 MAT file to the NWB and receiving the below error
Executed Command: python mat2nwb.py 'C:\Users\XYZ\mat2nwb-master\inputDir' -M
2nd Attempt: Want to convert 2 MAT file to the NWB and receiving the below error
Executed Command: python mat2nwb.py 'C:\Users\XYZ\mat2nwb-master\inputDir' -M
Hi,
I want to convert MAT (MATLAB) file to to the NWB file format:
1st Attempt: Want to convert only 1 MAT file to the NWB and receiving the below error
Executed Command: python mat2nwb.py 'C:\Users\XYZ\mat2nwb-master\inputDir' -M
Error:
len(file_list[0])=0
len(file_list[1])=0
Incorrectly specified input data: num_files == 0
2nd Attempt: Want to convert 2 MAT file to the NWB and receiving the below error
Executed Command: python mat2nwb.py 'C:\Users\XYZ\mat2nwb-master\inputDir' -M
Error:
Incorrectly specified input data: num_files == 0
Can anyone please help me into this?
If you require any additional information then please let me know.
Thanks.
The text was updated successfully, but these errors were encountered: