Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wavelet analysis error message #32

Open
Florent43 opened this issue Mar 22, 2024 · 0 comments
Open

Wavelet analysis error message #32

Florent43 opened this issue Mar 22, 2024 · 0 comments

Comments

@Florent43
Copy link

Hi there,

I have just started using the Acycle Matlab version software and have been learning my way through it with the "Example #2: La2004 astronomical solution (ETP)" from the manual guide.

I am stuck at Step 6 where I can't perform the Wavelet analysis on the LR04.

I get the following error message on MATLAB:

Key parameters updated/changed. Re-run wavelet : done
Unrecognized function or variable 'fmin'.
Error in chisquare_inv (line 36)
X = fmin('chisquare_solve',MINN,MAXX,[0,TOLERANCE],P,V);
Error in wave_signif (line 145)
chisquare = chisquare_inv(siglvl,dof(a1))/dof(a1);
Error in wave_readGUI (line 137)
global_signif = wave_signif(variance,dt,scale,1,lag1,-1,dof,mother,param);
Error in waveletGUI>waveletGUI_OpeningFcn (line 436)
wave_readGUI
Error in gui_mainfcn (line 220)
feval(gui_State.gui_OpeningFcn, gui_hFigure, [], guidata(gui_hFigure), varargin{:});
Error in waveletGUI (line 42)
gui_mainfcn(gui_State, varargin{:});
Error in AC>menu_waveletGUI_Callback (line 8607)
waveletGUI(handles);
Error in gui_mainfcn (line 95)
feval(varargin{:});
Error in AC (line 92)
gui_mainfcn(gui_State, varargin{:});
Error in matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)AC('menu_waveletGUI_Callback',hObject,eventdata,guidata(hObject))
Error while evaluating Menu Callback.

Can anyone help me figure out what I need to do?

Many thanks,
Florent

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant