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
% isequal=equasizes(size1,size2) : Determines whether the two sizes are equal exept for singleton dimensions. This is in accordance with the new (Matlab 2016a)
% size1, size2 : size vectors like obtained by using the size() function
function iscompatible=compatiblesizes(size1,size2)