Problem in saving figure

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 Commenti

Walter Roberson
Walter Roberson il 11 Feb 2014
Sorry, you do or you do not want the white part with the numbers and ticks?
Explorer
Explorer il 11 Feb 2014
Yeah, I do not want the white part.

Accedi per commentare.

 Risposta accettata

Mischa Kim
Mischa Kim il 11 Feb 2014

0 voti

This answer illustrates the how-to well. Simply clip the figure based on its size.

5 Commenti

Explorer
Explorer il 11 Feb 2014
I need to do that with code.
Mischa Kim
Mischa Kim il 11 Feb 2014
Modificato: Mischa Kim il 11 Feb 2014
Yep, the code is shown in the answer I referred you to. The only other thing you need, in addition, would probably be
set(gca,'XTick',[],'YTick',[])
to remove the axis ticks.
Explorer
Explorer il 11 Feb 2014
Thanks man! I got it.
Just use the export command you have been using:
hgexport(gcf, 'figure1.jpg', hgexport('factorystyle'), 'Format', 'jpeg');
Explorer
Explorer il 11 Feb 2014
Okay thanks

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Graphics 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!

Translated by