saveppt

버전 2.2.0.0 (3.92 KB) 작성자: Mark Brown
This function saves Matlab figure windows or Simulink models to a Powerpoint file.
다운로드 수: 30.7K
업데이트 날짜: 2016/3/31

라이선스 보기

편집자 메모: This file was a File Exchange Pick of the Week

This function saves Matlab figure windows or Simulink models to a Powerpoint file in metafile format using the ActiveX interface. The figure or model is first copied to the Windows clipboard, Powerpoint is started, a new blank slide is added, the figure/model is pasted, the file is saved, and Powerpoint is closed. If the Powerpoint file does not exist, a new one is created. An optional input argument allows you to add a unique title to the PowerPoint slide when it is created. This routine is handy when a large number of graphics must be inserted into Powerpoint, such as within a FOR loop. It is also a good example of how to use ActiveX to move Matlab graphics to other Windows programs.
Version 2.2 allows figures to be saved quietly in the background without PPT being visible.

인용 양식

Mark Brown (2024). saveppt (https://www.mathworks.com/matlabcentral/fileexchange/340-saveppt), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R12
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Simulink Report Generator에 대해 자세히 알아보기
태그 태그 추가

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
2.2.0.0

Included BSD license.

1.0.0.0

Version 2.2 allows figures to be saved quietly in the background without PPT being visible. Thanks go to Noah Siegel for the basic code.