MATLAB® throws an error if you specify an integer outside the range of assumedtype. For instance, bitset(300,5,'int8') returns an error since the maximum value of an int8 integer is 127.
Avoid this error by limiting your input to the range of the specified data type.
Bit position, specified as an integer or integer array. A, bit,
and V can each be scalars or arrays of the same
size. The values of bit must be between 1 (the
least significant bit) and the number of bits in the integer class
of A.