//Example 2-3// //Binary to Decimal Conversion// a=bin2dec('110111') //Decimal equivalent of the binary number// disp(a) //answer in decimal form//