Can two matrices be plotted on the same image

2 次查看(过去 30 天)
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 个评论
Abolfazl Chaman Motlagh
what do you mean by combining them together ? you wanna just show them beside eachother or create one image by 2 images?

请先登录,再进行评论。

回答(1 个)

Image Analyst
Image Analyst 2022-9-27
See imshowpair or imfuse, or simply
bothImages = [leftImage, rightImage];
imshow(bothImages);

类别

Help CenterFile Exchange 中查找有关 Images 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by