Solutions
Course Outline HW & Homework Assignments
 % This is the solution of problem 8hw1
deg = 0:5:180;
rad = pi * deg / 180.;
a = [deg ; rad ];
disp('  My table of conversion ');
disp('     degrees      radians');
fprintf('     %5.1f        %6.3f   \n ', a); 

 

Jacob Y. Kazakia © 2001 All rights reserved