Import of biosemi files fails with the following error message:
Dot indexing is not supported for variables of this type.
Error in FLW_import_data.get_lwdata (line 574)
lwdata_out.header=CLW_check_header(lwdata_out.header);
Error in FLW_import_data/import_file (line 159)
FLW_import_data.get_lwdata(option);
Error in FLW_import_data>@(varargin)obj.import_file(varargin{:}) (line 31)
set(obj.h_import_btn,'Callback',@obj.import_file);
Error while evaluating UIControl Callback.
I fixed it by commenting line 376 in FLW_import_data. The biosemi header was not loaded because the output of read_bdf was not used.
Import of biosemi files fails with the following error message:
Dot indexing is not supported for variables of this type.
Error in FLW_import_data.get_lwdata (line 574)
lwdata_out.header=CLW_check_header(lwdata_out.header);
Error in FLW_import_data/import_file (line 159)
FLW_import_data.get_lwdata(option);
Error in FLW_import_data>@(varargin)obj.import_file(varargin{:}) (line 31)
set(obj.h_import_btn,'Callback',@obj.import_file);
Error while evaluating UIControl Callback.
I fixed it by commenting line 376 in FLW_import_data. The biosemi header was not loaded because the output of read_bdf was not used.