HAINING CUI - 2022-10-28

Hi there, I am trying to run the PCA analysis by merging ERP formats to a single file using the single file mode function. However, the 'recognized function or variable 'inputFormat'. error message keeps showing up (see below) :-(. I suppose this is a tiny bug...but I have no clue how to solve this...Could anyone provide a clue? I am running the analysis in Windows 10 environment with Matlab version 2022a.

Thank you so much in advance!
HN

*Loading summary information about datasets in working set (The more datasets in the working set, the longer this will take).
Done loading summary information.
According to your settings, the first file(sub10erpsRIDE) is for:
Subject: sub10
Cell: erpsRIDE
Unrecognized function or variable 'inputFormat'.

Error in epmergeEPfiles (line 277)
if strcmp(inputFormat,'matlabmat') && (iFile >1)

Error in ep>readFiles (line 13781)
[EPdata, eloc]=epmergeEPfiles(inArg,fullMergeName);

Error in ep (line 5238)
readFiles(theHandles,importFormat,dataType);

Error while evaluating UIControl Callback.*