Import two .fig images so that I can work with them on matlab workspace
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposte (0)
Vedere anche
Categorie
Scopri di più su Printing and Saving in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!