Import two .fig images so that I can work with them on matlab workspace
1 次查看(过去 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!