Filter löschen
Filter löschen

How to combine both figures into one?

1 Ansicht (letzte 30 Tage)
Mohammad Wajih
Mohammad Wajih am 1 Sep. 2015
Bearbeitet: Mohammad Wajih am 13 Nov. 2015
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.

Antworten (1)

Stalin Samuel
Stalin Samuel am 1 Sep. 2015
change the last line from
figure(10), imagesc(abs(mapB1mp)), title('B1m /another') to
hold on
imagesc(abs(mapB1mp))
  2 Kommentare
Mohammad Wajih
Mohammad Wajih am 1 Sep. 2015
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 am 1 Sep. 2015

Melden Sie sich an, um zu kommentieren.

Community Treasure Hunt

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

Start Hunting!

Translated by