waveletAnalyzer_Not enough input arguments.
이전 댓글 표시
Hello everybody...
I am new in using wavelet toolbox. While I try to use this toolbox, especially in Continuous Wavelet Transform 2-D, this message has always appeared, and the running process becomes stuck... could somebody help me please?
>>waveletAnalyzer
Not enough input arguments.
Error in rats (line 2) plot(t,y,'bo')
Error in cwtfttool2>getAngleSTR (line 1893) tempo = rats(val/pi);
Error in cwtfttool2>showScaleANAL (line 1325) angSTR = getAngleSTR(angles(idxANG));
Error in cwtfttool2>Pus_ANAL_Callback (line 268) showScaleANAL(handles,numSCA,'first');
Error in cwtfttool2>Load_Data_Callback (line 815) Pus_ANAL_Callback(handles.Pus_ANAL,eventdata,handles,param);
Error in cwtfttool2>Men_Example_Callback (line 665) Load_Data_Callback(hObject,eventdata,handles,'demo',optDEM,demoCell,numDEM);
Error in gui_mainfcn (line 95) feval(varargin{:});
Error in cwtfttool2 (line 31) gui_mainfcn(gui_State, varargin{:});
Error while evaluating Menu Callback.
Not enough input arguments.
Error in rats (line 2) plot(t,y,'bo')
Error in cwtfttool2>getAngleSTR (line 1893) tempo = rats(val/pi);
Error in cwtfttool2>showScaleANAL (line 1325) angSTR = getAngleSTR(angles(idxANG));
Error in cwtfttool2>Pus_ANAL_Callback (line 268) showScaleANAL(handles,numSCA,'first');
Error in gui_mainfcn (line 95) feval(varargin{:});
Error in cwtfttool2 (line 31) gui_mainfcn(gui_State, varargin{:});
Error in matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)cwtfttool2('Pus_ANAL_Callback',hObject,eventdata,guidata(hObject)) Error while evaluating UIControl Callback.
댓글 수: 2
@joko sampurno: please show the output of these commands:
which rats -all
which plot -all
joko sampurno
2018년 2월 23일
편집: joko sampurno
2018년 2월 23일
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Discrete Multiresolution Analysis에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!