bentoMAT
bentoMAT copied to clipboard
Loading a previous bento experiment
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:
>> 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.
I'm having this issue as well