numpy.ma.hstack()
numpy.ma.hstack
-
numpy.ma.hstack(tup) =
-
Stack arrays in sequence horizontally (column wise).
Take a sequence of arrays and stack them horizontally to make a single array. Rebuild arrays divided by
hsplit
.Parameters: tup : sequence of ndarrays
All arrays must have the same shape along all but the second axis.
Returns: