How do I programatically control Power Point from MATLAB?

26 views (last 30 days)
I am trying to programatically control Power Point from MATLAB.
I want to use the Group and Ungroup methods such that I can group and ungroup shapes.
How do I use these two methods via MATLAB?

Answers (3)

Walter Roberson
Walter Roberson on 26 Jan 2011
I do not know the specific way to get to Group and Ungroup, but this previous cssm discussion should provide some useful hints in getting started and hints about naming conventions.
Once you have created the ActiveX control, you can probably use the methods() function and the get() function to probe the routines and properties that are available.
  7 Comments
Walter Roberson
Walter Roberson on 7 Feb 2011
I have not yet been able to find documentation about the exact class that Array returns, but my suggestion would be to try using
thisgroup = thisshape.Range({'shpOne', 'shpTwo', 'shpThree'}).Group;
I make no promises on this, as I am not familiar with this interface.
Murugaiyan
Murugaiyan on 7 Feb 2011
hi,
still trying i tried your both solns hoping to get but...
anyway thanks for your help if you come across any share it
thanks all of you

Sign in to comment.


Brett Shoelson
Brett Shoelson on 4 Feb 2011
Also: If you're interested in "going the other way," Consider looking at this Calling MATLAB from PowerPoint, on the MATLAB Central File Exchange! I often run my MATLAB demos directly from my Powerpoints.
Cheres,
Brett
  1 Comment
Jiro Doke
Jiro Doke on 4 Feb 2011
Brett, do you know how to "embed" MATLAB figures into PowerPoint so that you can interact with it (zoom, pan, rotate)? There's a question here: http://www.mathworks.com/matlabcentral/answers/776-how-can-i-put-a-matlab-figure-in-a-presentation-and-rotate-the-axes-during-the-presentation

Sign in to comment.


John
John on 7 Jul 2013
You may also open/read/move/convert/repair powerpoint files by the use of tool to fix powerpoint files

Categories

Find more on MATLAB Report Generator in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!