Can two matrices be plotted on the same image

I have two matrices that are the same size. I printed them using imagesc for each one. Is there a way to combine these two without adding them together?

댓글 수: 2

what do you mean by combining them together ? you wanna just show them beside eachother or create one image by 2 images?
I want them both displayed on the same image

댓글을 달려면 로그인하십시오.

답변 (1개)

Image Analyst
Image Analyst 2022년 9월 27일

0 개 추천

See imshowpair or imfuse, or simply
bothImages = [leftImage, rightImage];
imshow(bothImages);

카테고리

도움말 센터File Exchange에서 Vehicle Scenarios에 대해 자세히 알아보기

질문:

2022년 9월 27일

댓글:

2022년 9월 27일

Community Treasure Hunt

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

Start Hunting!

Translated by