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