필터 지우기
필터 지우기

How to combine both figures into one?

조회 수: 1 (최근 30일)
Mohammad Wajih
Mohammad Wajih 2015년 9월 1일
편집: Mohammad Wajih 2015년 11월 13일
Hi,
So far I am able to display only one figure. But, I want both the data to be displayed as a single image. So, far my code is:
I am able to display the data on a mask separately. But, I would like to display both the data in a single image. I mean on a single mask.
Any kind of help is appreciated. Thanks in advance.

답변 (1개)

Stalin Samuel
Stalin Samuel 2015년 9월 1일
change the last line from
figure(10), imagesc(abs(mapB1mp)), title('B1m /another') to
hold on
imagesc(abs(mapB1mp))
  댓글 수: 2
Mohammad Wajih
Mohammad Wajih 2015년 9월 1일
Thank you for your reply. But, it still shows the second figure only. I want to combine both figure in one. Any suggestions?
Stalin Samuel
Stalin Samuel 2015년 9월 1일

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

카테고리

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