x = int8(300)
x =int8127x = int8(-300)
x =int8-128Also, when the result of an arithmetic operation involving integers exceeds the maximum
(or minimum) value of the data type, MATLAB sets it to the maximum (or minimum) value:x = int8(100) * 3
x =int8127x = int8(-100) * 3
x =int8-1284 Numeric Classes