I get an error when trying to open an L2B file from AEOLUS in matlab

Can anyone tell what the problem might be?

I installed everything according to the tutorial provided in the documentation but the error still persists.

product = coda_open(‘AE_OPER_ALD_U_N_2B_20201112T233159_20201113T010259_0001.DBL’);

show the error:

Unrecognized function or variable ‘coda_matlab’.

Error in coda_open (line 17)
[varargout{1:max(1,nargout)}] = coda_matlab(‘OPEN’,varargin{:});

I don’t know what ‘tutorial’ you are referring to, but you have not installed MATLAB according to the installation instructions. You are trying to run the coda matlab interfaces from the source directory. This will not work.
Please install the binary package from Releases · stcorp/coda · GitHub (coda-2.22.1-win64.msi)

Hi svniemeijer

I did install the binary package from the link above and set the path in matlab, but i still get the same error.

Thanks for responding.

Sorry, I was putting the wrong path for matlab to load the coda package.

Thanks!

I have the same problem, how did you solve it?