how to resize the image

조회 수: 6 (최근 30일)
Asiya
Asiya 2022년 11월 8일
편집: KALYAN ACHARJYA 2022년 11월 8일
Hi,
I have plotted 2 images in one figure using subplot
figure(1);
clf
set(gcf,'Position',[20, 180, 1280, 720])
subplot(1,2,1)
imshow(image_array{1,1})
subplot(1,2,2)
imshow(image_array{2,1})
and my plot looks like as shown in image.
I would like to increase the size of the image. How can I do that?

답변 (1개)

KALYAN ACHARJYA
KALYAN ACHARJYA 2022년 11월 8일
편집: KALYAN ACHARJYA 2022년 11월 8일
"I would like to increase the size of the image. How can I do that?"
imresize
Or
You may be looked for? How can I keep figure window maximized when showing an image?

카테고리

Help CenterFile Exchange에서 Subplots에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by