If x is a vector, return the interquartile range, i.e., the difference between the upper and lower quartile, of the input data.
If x is a matrix, do the above for first non singleton dimension of x. If the option dim argument is given, then operate along this dimension.