samer@4: % next - next for cell arrays (remove first element) samer@4: % samer@4: % next :: cells(A) -> A. samer@4: function y=next(x), y=x(2:end);