TSchmitzULG / OHKISS

Matlab toolbox for optimized hammerstein kernels identification by sine sweep (Please switch to HKISS toolbox)
1 stars 0 forks source link

invSweep #1

Open Oldfisherman opened 6 years ago

Oldfisherman commented 6 years ago

Hello TSchmitzULG, when I input OHKISS_GUI in MATLAB 2016 command window, it report the following error: Output argument "invSweep" (and maybe others) not assigned during call to "logSweep".

Error in OHKISS_GUI>OHKISS_GUI_OpeningFcn (line 108) [sweep,invSweep,R] = logSweep(N,f1,f2,[handles.lossL handles.lossH],fs);

Error in gui_mainfcn (line 220) feval(gui_State.gui_OpeningFcn, gui_hFigure, [], guidata(gui_hFigure), varargin{:});

Error in OHKISS_GUI (line 42) gui_mainfcn(gui_State, varargin{:}); Should I use the lower version of MATLAB to run it?

apoptusis commented 4 years ago

logSweep function has a conflict

<<<<<<< HEAD
function [sweep,R]=logSweep(N,f1,f2,loss,fs)
=======
function [sweep,invSweep,R]=logSweep(N,f1,f2,loss,fs)
>>>>>>> c4b017ef2346e97f55016662a8da4b6259d4115d