Hi, I’m trying to import an intan file and I get the following:
Line 201: Undefined function ‘bi2de’ for input arguments of type double
Call stack:
in_fopen_intan.m at 201
Does anyone have a similar issue? I thought it had to do with the fact that I don’t have the communications toolbox in my Matlab release but I get the same issue when trying to use the Matlab runtime version as well.
@NickChernov The toolbox is indeed missing… the compiled version of Brainstorm was generated without this toolbox, so it won’t help.
@mpompolas Do you need the communications toolbox for reading these files?
If possible, can you rewrite your code so it uses only standard Matlab (plus, if you really can’t avoid it, the signal processing toolbox)?
Thanks