You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think that in line 168 of "knee_pt.m", the parenthesis is moved to the right and thus allows for the last point to be returned: for breakpt = 2:length(y-1) instead of for breakpt = 2:length(y)-1
The text was updated successfully, but these errors were encountered:
I think that in line 168 of "knee_pt.m", the parenthesis is moved to the right and thus allows for the last point to be returned:
for breakpt = 2:length(y-1)
instead offor breakpt = 2:length(y)-1
The text was updated successfully, but these errors were encountered: