Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Loading a previous bento experiment #10

Open
surya-narayanan opened this issue Jan 11, 2023 · 1 comment
Open

Loading a previous bento experiment #10

surya-narayanan opened this issue Jan 11, 2023 · 1 comment

Comments

@surya-narayanan
Copy link

surya-narayanan commented Jan 11, 2023

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.


@stowers1195
Copy link

I'm having this issue as well

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants