Advertisement
Guest User

rows2cell.m

a guest
Apr 20th, 2015
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
R 0.08 KB | None | 0 0
  1. function C = rows2cell( A )
  2.     C = mat2cell( A, ones(1,size(A,1)), size(A,2) );
  3. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement