When you specify a scalar value to be divided by an array, the scalar value expands into an array of the same size, then element-by-element division is performed.
Numerator, specified as a scalar, vector, matrix, or multidimensional
array. Numeric inputs A and B must
either be the same size or have sizes that are compatible (for example, A is
an M-by-N matrix and B is
a scalar or 1-by-N row vector).
For more information, see Compatible Array Sizes for Basic Operations.
Duration arrays must be the same size unless one is a scalar.
If B is an integer data type, then A must
be the same integer type or be a scalar double.
Data Types: single | double | int8 | int16 | int32 | int64 | uint8 | uint16 | uint32 | uint64 | duration | char Complex Number Support: Yes
Denominator, specified as a scalar, vector, matrix, or multidimensional
array. Numeric inputs A and B must
either be the same size or have sizes that are compatible (for example, A is
an M-by-N matrix and B is
a scalar or 1-by-N row vector).
For more information, see Compatible Array Sizes for Basic Operations.
Duration arrays must be the same size unless one is a scalar.
If A is an integer data type, then B must
be the same integer type or be a scalar double.
Data Types: single | double | int8 | int16 | int32 | int64 | uint8 | uint16 | uint32 | uint64 | duration | char Complex Number Support: Yes
Solution, returned as a scalar, vector, matrix or multidimensional
array. If either A or B is
an integer data type, then x is that same integer
data type.