numpy.ma.union1d#
- ma.union1d(ar1, ar2)[source]#
Union of two arrays.
The output is always a masked array. See
numpy.union1d
for more details.See also
numpy.union1d
Equivalent function for ndarrays.
Union of two arrays.
The output is always a masked array. See numpy.union1d
for more details.
See also
numpy.union1d
Equivalent function for ndarrays.