Import two .fig images so that I can work with them on matlab workspace
조회 수: 2 (최근 30일)
이전 댓글 표시
I am trying to overlay two figures using transparency. The problem is that the figures I have are saved in .fig so I can't read them and store them on the matlab workspace through imread function. I have tried saving the images in .jpg and everything works, the problem is how this images are saved.

Images in .jpg include also the x and y axis, which is something I don't want. Is there a way to import .fig figures and store them in a variable like imread would do? I have tried 'openfig', 'hgload' but they give me the pointer to the image and that's not what I'm looking for, and imread('image.fig', fig) which doesn't work. Am I using this last one incorrectly? Or is there another way?
Thanks
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Printing and Saving에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!