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

Error: Fit requires the curve fitting toolbox #1

Open
ftadel opened this issue Feb 16, 2021 · 0 comments
Open

Error: Fit requires the curve fitting toolbox #1

ftadel opened this issue Feb 16, 2021 · 0 comments

Comments

@ftadel
Copy link

ftadel commented Feb 16, 2021

Creating a ROI without the Curve Fitting Toolbox installed causes this error:

Check for missing argument or incorrect argument data type in call to function 'fit'.

Error in SimMEEG_GUI_v21a>plot_source_waves (line 2886)
    ft=fit(h.tfr_ROI(v).h(tfr_idx).UserData.roi.x_roi',h.tfr_ROI(v).h(tfr_idx).UserData.roi.sig_amp','linearinterp'); xwin=ft(h.cfg.study.lat_sim);     % windowing freq waves

Error in SimMEEG_GUI_v21a>selected_ROI (line 2555)
    plot_source_waves();

Error in SimMEEG_GUI_v21a>bl_rbbox_gca_v2 (line 2539)
    btn.Button=1; selected_ROI(h.tfr_ROI(v).h(tfr_idx),btn); % automatically plotting window function
 
Error while evaluating UIControl Callback.

Since this is not among the most widely used toolboxes, it would be good to have an alternative for it.

@ftadel ftadel changed the title Fit requires the curve fitting toolbox Error: Fit requires the curve fitting toolbox Feb 16, 2021
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