How do I programatically control Power Point from MATLAB?
조회 수: 3 (최근 30일)
이전 댓글 표시
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?
댓글 수: 0
답변 (3개)
Walter Roberson
2011년 1월 26일
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
Walter Roberson
2011년 2월 7일
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.
Brett Shoelson
2011년 2월 4일
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
Jiro Doke
2011년 2월 4일
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
John
2013년 7월 7일
You may also open/read/move/convert/repair powerpoint files by the use of tool to fix powerpoint files
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 MATLAB Report Generator에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!