-
Notifications
You must be signed in to change notification settings - Fork 129
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 in SleepScoreMaster.m #411
Comments
I’m surprised. smooth.m has been a basic Matlab function for a long time.
Do you not have that function in your path? Has it been depricated in
recent versions?
…On Thu, Jun 3, 2021 at 2:53 AM Anjali Agarwal ***@***.***> wrote:
I am trying to find sleep scores for various states using lfp data.
Whenever I execute SleepScoreMaster.m file I get this error:
Error using PickSWTHChannel (line 178)
Cannot find an exact (case-sensitive) match for 'smooth'
The closest match is: Smooth
Error in SleepScoreMaster (line 234)
SleepScoreLFP = PickSWTHChannel(basePath,...
How to resolve this error?
Thank you
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#411>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA26WTL6XIIYCBAXW3XKNQ3TQ4RGBANCNFSM46AEATCA>
.
|
Oh, looks like I need to have Curve Fitting Toolbox for that function. |
OK maybe that's it. I didn't realize it wasn't in the base package. I
think we use it mostly just as a moving average (convolution of square wave)
…On Thu, Jun 3, 2021 at 7:40 AM Anjali Agarwal ***@***.***> wrote:
Oh, looks like I need to have Curve Fitting Toolbox for that function.
Thanks!!
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#411 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA26WTNAAL7WQMQO4VQC6Z3TQ5SY7ANCNFSM46AEATCA>
.
|
Yes, I don't think it comes with the base package. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am trying to find sleep scores for various states using lfp data. Whenever I execute SleepScoreMaster.m file I get this error:
Error using PickSWTHChannel (line 178)
Cannot find an exact (case-sensitive) match for 'smooth'
The closest match is: Smooth
Error in SleepScoreMaster (line 234)
SleepScoreLFP = PickSWTHChannel(basePath,...
How to resolve this error?
Thank you
The text was updated successfully, but these errors were encountered: