Quick_Figure
by Zach
07 May 2007
(Updated 28 May 2008)
Adds a context menu to allow quick saving of matlab figures to Powerpoint (ppt), Word (doc), JPG and
|
Watch this File
|
| File Information |
| Description |
Quick_Figure function adds context menus to a matlab figure that allows you to save to multiple formats for quick and easy use of plots in reports and presentations. Currently, quick_figure can save to Powerpoint (ppt), Word (doc), JPG, PDF, and Fig. This function uses a modified version of the saveppt and save2word functions - instead of copying the figure to the windows clipboard, the new function inserts an image of the plot to the document, allowing for a better looking result.
Usage is fairly simple, instead of typing
>> figure;
Type the following for a figure with the context menu already added:
>> quick_figure;
Type the following to add the context menu to any figure:
>> quick_figure('on');
Various preferences for the quick_figure functions are saved in the quick_figure_prefs.m file.
These functions require Ghostscript 8.51 or later, Powerpoint/Word 2003 or later.
Thanks,
Zach |
| Acknowledgements |
The author wishes to acknowledge the following in the creation of this submission:
saveppt, save2word, savefig
|
| MATLAB release |
MATLAB 7.2 (R2006a)
|
| Other requirements |
Ghostscript 8.51 or later
Powerpoint 2003 or later
Word 2003 or later |
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Comments and Ratings (7) |
| 12 Nov 2007 |
q t
|
|
|
| 21 Apr 2008 |
Richard Pappa
|
|
|
| 09 Jun 2008 |
Zach Lewis
|
|
|
| 19 Jun 2008 |
James C
|
|
|
| 11 Jul 2008 |
Lori M
|
|
|
| 16 Jul 2008 |
Luis Schettino
|
|
|
| 14 Sep 2009 |
Rodrigo Carvallo
|
|
|
| Updates |
| 28 May 2008 |
I've updated the quick figure functions to simplify things a bit. All of the functions have now been consolidated into one m file and one preferences file.
Thanks,
Zach |
|
Contact us at files@mathworks.com