Import two .fig images so that I can work with them on matlab workspace

2 visualizaciones (últimos 30 días)
EL
EL el 11 de Abr. de 2017
Editada: EL el 11 de Abr. de 2017
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

Respuestas (0)

Categorías

Más información sobre Printing and Saving en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by