plotting an image on top of another plot

조회 수: 2 (최근 30일)
Stephen Devlin
Stephen Devlin 2018년 1월 29일
댓글: Arsham Mostaani 2022년 10월 12일
Hi,
I have a script which plots a figure (a waveform) on top of the results from using that waveform, it works but I would like to be able to position it in the best location for each graph within the loop. I know it can be done with the legend box, I'm hoping it can be done with an image too. If not, is there a way to affect the transparency of the image on top so that graph points may be seen through it
Best regards
Steve

채택된 답변

Stephen Devlin
Stephen Devlin 2018년 1월 29일
Figured out how to do it as a transparency so will leave this for anyone who may be interested
C=image_file
h=imshow(C)
set(h,'AlphaData',0.5)
  댓글 수: 1
Arsham Mostaani
Arsham Mostaani 2022년 10월 12일
Thanks it helped me a lot!
One can also click on the curve/surface and open the property inspector. Then on the colouring and styling tab, the FaceAlpha can be selected 0.5. FaceAlpha is the parameter that indicates the transparency of the curve/surface.

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Specifying Target for Graphics Output에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by