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 tried to load a Bento experiment which had some pointers to filepaths where the videos would be found. However, the program was not able to load the excel file. The xls file I tried to load, was created by clicking 'Save Experiment' on bento.
I am on Matlab 2022, on a mac. Here is my traceback:
>> bento
Error using xlsread
Unable to read sheet 'Sheet1'.
Requested sheet: 'Sheet1' not found.
Error in transferExptToGui (line 18)
[~,~,raw] = xlsread(data,'Sheet1');
Error in loadExpt (line 28)
transferExptToGui([PathName FileName],gui);
Error using bento
Error while evaluating UIControl Callback.
The text was updated successfully, but these errors were encountered:
Hi,
I tried to load a Bento experiment which had some pointers to filepaths where the videos would be found. However, the program was not able to load the excel file. The xls file I tried to load, was created by clicking 'Save Experiment' on bento.
I am on Matlab 2022, on a mac. Here is my traceback:
The text was updated successfully, but these errors were encountered: