Problem in saving figure

3 Ansichten (letzte 30 Tage)
Explorer
Explorer am 11 Feb. 2014
Kommentiert: Explorer am 11 Feb. 2014
hgexport(gcf, 'figure1.jpg', hgexport('factorystyle'), 'Format', 'jpeg');
By using above function I am saving figure which is shown below:
But I want to save it as shown below: (with outer white portion of image)
How can I do so?
  2 Kommentare
Walter Roberson
Walter Roberson am 11 Feb. 2014
Sorry, you do or you do not want the white part with the numbers and ticks?
Explorer
Explorer am 11 Feb. 2014
Yeah, I do not want the white part.

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

Mischa Kim
Mischa Kim am 11 Feb. 2014
This answer illustrates the how-to well. Simply clip the figure based on its size.
  5 Kommentare
Mischa Kim
Mischa Kim am 11 Feb. 2014
Just use the export command you have been using:
hgexport(gcf, 'figure1.jpg', hgexport('factorystyle'), 'Format', 'jpeg');
Explorer
Explorer am 11 Feb. 2014
Okay thanks

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by