NOCIONS / letswave6

Letswave 6 - Matlab EEG signal processing toolbox
www.nocions.org/letswave6
48 stars 30 forks source link

Problems extracting data in excel #133

Closed LiesaZw closed 6 years ago

LiesaZw commented 7 years ago

Hey, when i want to extract any kind of data in excel, it appears this error message:

Undefined function 'actxserver' for input arguments of type 'char'.

Error in GLW_ExtractIntervals>process_button_Callback (line 289) Excel = actxserver('Excel.Application');

Error in gui_mainfcn (line 96) feval(varargin{:});

Error in GLW_ExtractIntervals (line 42) gui_mainfcn(gui_State, varargin{:});

Error in @(hObject,eventdata)GLW_ExtractIntervals('process_button_Callback',hObject,eventdata,guidata(hObject)) Error while evaluating uicontrol Callback

I tried to update the plugin, but it didn't help. Do you have any other idea? Thanks for your help.

Greetings

Liesa

amouraux commented 6 years ago

Are you trying this on a Mac? This requires the COM interface, which is a Microsoft technology only available on Windows.