clear all; close all; clc
a=imread('football.jpg');
b=flipdim(a,2);
c=flipdim(a,1);
d=flipdim(c,2);
subplot(2,2,1)
imshow(a)
subplot(2,2,2)
imshow(b)
subplot(2,2,3)
imshow(c)
subplot(2,2,4)
imshow(d)
clear all; close all; clc
a=imread('football.jpg');
b=flipdim(a,2);
c=flipdim(a,1);
d=flipdim(c,2);
subplot(2,2,1)
imshow(a)
subplot(2,2,2)
imshow(b)
subplot(2,2,3)
imshow(c)
subplot(2,2,4)
imshow(d)
For further actions, you may consider blocking this person and/or reporting abuse
Judy -
veseluhha -
Prachi Kulkarni -
Nomon -
Top comments (1)
good for you