//Example 1.1 clc clear dec_N = 47; bin_N = dec2bin(dec_N) disp(bin_N)