How to open current figure values in Workspace.
Mostra commenti meno recenti
imshow(Image1); % Image1 is let 100 *100
hold
imshow(Image2); % Image2 is 100*100*3
Now i need the values of the finalized image in Workspace, how to get it?
Risposte (2)
Walter Roberson
il 21 Feb 2013
0 voti
What do you mean by "the finalized image" ? Your second image will completely overlay your first image and so the image that appears in the display will be exactly the content of the second image.
Tallha Akram
il 21 Feb 2013
0 voti
Categorie
Scopri di più su Images in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!