Filter löschen
Filter löschen

I want to get result image and set to variable from output figure matlab

2 Ansichten (letzte 30 Tage)
Faris Ali
Faris Ali am 10 Jul. 2022
Bearbeitet: DGM am 10 Jul. 2022
I want to get result image and set to variable from output figure matlab

Antworten (1)

DGM
DGM am 10 Jul. 2022
Bearbeitet: DGM am 10 Jul. 2022
That depends on what exactly you mean by "image".
If you want to capture the axes and its contents (plots, images, annotations), you might use getframe and frame2im
If the only thing in the axes is an image as displayed using imshow()/imagesc()/image(), then saving the axes is equivalent to taking a screenshot. Use imwrite to save the image directly instead of saving an adulterated screenshot of it.

Kategorien

Mehr zu Convert Image Type finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by