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
Seems that if you gives the function an array where one of the axes lengths is 0 then the program goes into an infinite loop. The simple test case I found is:
dwtn([[]], 'haar')
But it is likely true about others as well, just haven't tested other situations.