It works, but you need to pass the dims as a tuple.
c = reshape(1:6, (UInt16(3), UInt16(2))).
2 Likes
It works, but you need to pass the dims as a tuple.
c = reshape(1:6, (UInt16(3), UInt16(2))).