Error using load; Unable to read file matlab
问题 I am trying to open a dialog box that prompts the user to select a file and then using that file in a function written for a matlab toolbox called EEGLAB. The code is as follows: [F,PathName,FilterIndex] = uigetfile({'*.*','All Files(*.*)'}, 'Select your File ') b = strcat(PathName,F) Input = importdata(b) FF = Input.filename; %Loading the dataset into EEG lab. and rereferencing to Cz. EEG = pop_loadset('filename','FF','filepath','/Users/maheensiddiqui/Desktop/eeglab13_4_4b/EEG_data/Data