How to save current Image from Figure Plot
Ältere Kommentare anzeigen
Hi,
imshow(image1); hold
himage=imshow(image2);
set(himage, 'AlphaData', 0.3); % 0.3 control transparent behavior, 1=Not Transparent.
This Code show image1 and then image2 in one figure with Image2 is transparent and control with number, 0.3 here.
How to save the current figure ( Combination of Image1 and Image2) into some variable to be used later in workspace.
Regards.
Akzeptierte Antwort
Weitere Antworten (1)
Youssef Khmou
am 26 Feb. 2013
0 Stimmen
hi, in the figure go to "File", and "Save as " and save it with ".fig" .
1 Kommentar
Tallha Akram
am 26 Feb. 2013
Kategorien
Mehr zu Images finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!