You are on page 1of 2

%PRACTICAL-4 UE189039 Jaikaran

A = transl2(1,1);
trplot2(A,'frame','A')

hold on
grid on
axis([0 7 ,0 7])

B = transl2(2,3);
trplot2(B, 'frame', 'B','color', 'r');

C = transl2(5,4)* trot2(30,'deg');
trplot2(C, 'frame', 'C','color', 'k');

Published with MATLAB® R2019a

You might also like