//Chapter-15, Example 15.4, Page 494 //============================================================================= clc clear //CALCULATIONS x1=base2dec(['4AB','23F'],16)//converting hexadecimal to decimal disp(x1); //=================================END OF PROGRAM=======================================================================================================