Input array, specified as a vector, matrix, or 3D  array.
 
           
 
 Data Types: ingle | double | int8 | int16 | int32 | int64 |uint8 | uint16 | uint32 | uint64
  
  
 
 
 
 
 Vector of length(2) containing cut-off percentiles (left,
           right). Note that p(2) must be greater than p(1).
 
           
 
 Data Types: single | double | int8 | int16 | int32 | int64 |uint8 | uint16 | uint32 | uint64
  
  
 
 
 
 
 If no value is specified, then the default is the first
           array dimension whose size does not equal 1. In other words, if
           the input is a row (column) vector it winsorizes this row
           (column) vector. If the input is a nxp matrix it winsorizes the
           columns. If the input is a 3D arrary of size nxpxq it
           winsorizes each column of each slice of the 3D array.
 
           
	
       Example: 2 
 
 Data Types: ingle | double | int8 | int16 | int32 | int64 |uint8 | uint16 | uint32 | uint64