//Example 2-6// //Decimal to binary conversion// a=dec2bin(43) //Binary equivalent of the decimal number// disp(a) //answer in binary form//