Project 1

Project_1

% 1.) MATLAB code test 1
a = magic( 3 );
c = a + b;

% 2.) MATLAB code test 2
figure( 1 );
imagesc( c );