bentoMAT icon indicating copy to clipboard operation
bentoMAT copied to clipboard

Loading a previous bento experiment

Open surya-narayanan opened this issue 2 years ago • 1 comments

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.


surya-narayanan avatar Jan 11 '23 23:01 surya-narayanan

I'm having this issue as well

stowers1195 avatar Mar 11 '24 01:03 stowers1195