1 2 3 4 5 6 7
//Ex19_13 Pg-962 clc dec=175; //binary input oct=dec2oct(dec) //decimal output disp("The octal equivslent of 175 is") disp(oct)