How can I move/change size of an image in Matlab 2015a

1 view (last 30 days)
In former Matlab versions it was possible to mark the image, created with imagesc(image) in a figure (if with multiple subplots or not) in a way that it was possible to copy the image into another figure or change the size of the image. This was possible by clicking with the curser tool right next to the image.
I don't seem to be able to do that in the new Matlab 2015a version. Is there a way to copy/change size of an image after plotting it in the new version?
  1 Comment
Mike Garrity
Mike Garrity on 30 Jun 2015
Can you provide any more details?
My guess is that when you "click with the cursor tool right next to the image", you are probably selecting the axes object that contains the image. You can check what's selected by typing this command at the command line:
get(gco,'Type')
If you do that in an old version, does it say "axes"?
What happens if you do it in R2015a?

Sign in to comment.

Answers (0)

Products

Community Treasure Hunt

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

Start Hunting!