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