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