How to save Image Object variable as Picture?

1 view (last 30 days)
I have generated an Image using
im = imagesc(tt,ff,log10(abs(wv))); axis off;
But the problem is
  1. This pop up figure each time after executing the above command
  2. How to save this figure as picture without boarder?
How can I solve these problem?

Answers (0)

Categories

Find more on Graphics Object Programming in Help Center and File Exchange

Products


Release

R2018a

Community Treasure Hunt

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

Start Hunting!