Filter löschen
Filter löschen

How can I merge a created rectangle with an image?

2 Ansichten (letzte 30 Tage)
Trent Barbusca
Trent Barbusca am 2 Jul. 2018
Beantwortet: Stephen23 am 3 Jul. 2018
I used the rectangle command to place a rectangle over an image I loaded. How to I save what is displayed in the window as a single image?
I realize I could use inserShape but this doesn't allow me to get a rectangle with curved edges.

Akzeptierte Antwort

Stephen23
Stephen23 am 3 Jul. 2018
S = getframe(gca);
im = S.cdata;

Weitere Antworten (1)

Kaitlyn Keil
Kaitlyn Keil am 2 Jul. 2018
I believe you can use
savefig(figHandle, 'NewFigureName.fig')
if you want the image, or use the File>Save As route in the figure window if you want a different filetype. Here's the documentation for savefig .
Hope that helps!

Kategorien

Mehr zu Images finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by