Rank: 2476 based on 19 downloads (last 30 days) and 1 file submitted
photo

Zach

E-mail

Personal Profile:
Professional Interests:
Signal Processing, Power Systems Analysis

 

Watch this Author's files

 

Files Posted by Zach
Updated   File Tags Downloads
(last 30 days)
Comments Rating
28 May 2008 Screenshot Quick_Figure Adds a context menu to allow quick saving of matlab figures to Powerpoint (ppt), Word (doc), JPG and Author: Zach annotation, word, powerpoint, customization, jpg, pdf 19 7
  • 4.0
4.0 | 5 ratings
Comments and Ratings by Zach View all
Updated File Comments Rating
18 Feb 2010 UISplitPane - Split a container (figure/frame/uipanel) into two resizable sub-containers Split a container (figure/frame/uipanel) into two resizable sub-containers, like Java's JSplitPane Author: Yair Altman

One question I have though, I'm not able to get a uitree to resize when placed in one of the panes this creates:

fig_handle = figure;
[tree_pane,split_pane,hDiv] = uisplitpane(fig_handle,'Orientation','horizontal','DividerLocation',0.3,'DividerColor',[0.6 0.6 0.6]);
[top_pane,bottom_pane,vDiv] = uisplitpane(split_pane,'Orientation','vertical','DividerLocation',0.5,'DividerColor',[0.6 0.6 0.6]);

root_node = uitreenode('Test','Test', [], 0);
Tree = uitree('v0','Parent',tree_pane,'Root',root_node);
set(Tree,'Units',get(tree_pane,'Units'));
size_pane = get(tree_pane,'Position');
set(Tree,'Position',[0 0 size_pane(3) size_pane(4)]);

The uitree is sized correctly initially, and seems to resize in the vertical direction when the figure is resized, but when the sliders are moved, the uitree doesn't change. Anything that can be done about this?

18 Feb 2010 UISplitPane - Split a container (figure/frame/uipanel) into two resizable sub-containers Split a container (figure/frame/uipanel) into two resizable sub-containers, like Java's JSplitPane Author: Yair Altman
Comments and Ratings on Zach's Files View all
Updated File Comment by Comments Rating
14 Sep 2009 Quick_Figure Adds a context menu to allow quick saving of matlab figures to Powerpoint (ppt), Word (doc), JPG and Author: Zach Carvallo, Rodrigo

I tried using this code in matlab 6.5 with ppt 2003 but i didn have success. Is it possible to use this code in matlab 6.5?
Any another solution if i wanna plot with matlab in ppt 2003?

Thanks in Advance

16 Jul 2008 Quick_Figure Adds a context menu to allow quick saving of matlab figures to Powerpoint (ppt), Word (doc), JPG and Author: Zach Schettino, Luis

A more detailed user guide would be useful. If ghostscript is not installed in your machine you will see an error such as: the system cannot find the specified path. Obtain ghostscript at: http://pages.cs.wisc.edu/~ghost/.
Also, in case this is not clear, the context menu is visible when you right-click on the gray border of the figure window.
Other than that, the program works great. Thanks!

11 Jul 2008 Quick_Figure Adds a context menu to allow quick saving of matlab figures to Powerpoint (ppt), Word (doc), JPG and Author: Zach M, Lori

Works very well.

19 Jun 2008 Quick_Figure Adds a context menu to allow quick saving of matlab figures to Powerpoint (ppt), Word (doc), JPG and Author: Zach C, James

Excellent - works very well! The plots look very good in Powerpoint and in Word. Something like this should be built into Matlab. One note that the context menu comes up when you right click only on the figure and not the axes of the plot itself.

09 Jun 2008 Quick_Figure Adds a context menu to allow quick saving of matlab figures to Powerpoint (ppt), Word (doc), JPG and Author: Zach Lewis, Zach

I've updated this script, fixing a few bugs and making it easier to use. The new script contains two m files, one containing the quick_figure function and subfunctions, the other containing the settings for the function to use.
Thanks,
Zach

Top Tags Applied by Zach
annotation, customization, jpg, pdf, powerpoint
Files Tagged by Zach
Updated   File Tags Downloads
(last 30 days)
Comments Rating
28 May 2008 Screenshot Quick_Figure Adds a context menu to allow quick saving of matlab figures to Powerpoint (ppt), Word (doc), JPG and Author: Zach annotation, word, powerpoint, customization, jpg, pdf 19 7
  • 4.0
4.0 | 5 ratings

Contact us at files@mathworks.com