saveppt2

バージョン 1.2.0.0 (618 KB) 作成者: Jed F.
Save Matlab figure(s) to a PowerPoint Slide
ダウンロード: 13.4K
更新 2010/6/3

ライセンスの表示

saveppt2 builds on saveppt to include many new options.

Saveppt2 Features:
Save multiple plots to the same PowerPoint slide.
Create slides with and without a title.
Add notes to a PowerPoint slide
Scale the figure to fill the slide (with and without locking aspect ratio).
Horizontally and vertically align figures on the slide.
Use a template file for creating a new presentation. (Useful for automated reports)
Add padding to any of the sides for use with scaling or aligning figures.

New in Jun 2010.
Can choose between Metafile or bitmap drivers when copy and pasting to PowerPoint.
Add a blank title page or blank page from Matlab.
Add comments & textbox to slide.
Make PowerPoint visible during operations. (Required for Comments).
If there is another PowerPoint presentation open, PowerPoint will not quit.
Disable closing of PowerPoint presentation and return ActiveX object for further programmatic slide manipulation.

Also added a method to do batch processing by keeping an ActiveX session open and just adding new slides to it.
ppt=saveppt2('batch.ppt','init');
for i=1:10
plot(rand(1,100),rand(1,100),'*');
saveppt2('ppt',ppt)
end
saveppt2('batch.ppt','ppt',ppt,'close');

The zip file includes saveppt2 and a sample presentation created with saveppt2. The code for creating the presentation is also included.
--
GitHub Project:
http://github.com/jedediahfrey/Jedediah-Frey-s-MATLABCentral-Projects

引用

Jed F. (2024). saveppt2 (https://www.mathworks.com/matlabcentral/fileexchange/19322-saveppt2), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2007b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersSimulink Report Generator についてさらに検索
謝辞

ヒントを得たファイル: saveppt, xlswrite1, validateInput

ヒントを与えたファイル: PowerPoint Slide Extractor, subplotPPT, BlockEdfSignalRasterView, BlockEdfHeatMapView, SlideExtractorFig

Community Treasure Hunt

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

Start Hunting!

saveppt2/html/

バージョン 公開済み リリース ノート
1.2.0.0

Update to version 3.5.
-
Incorporated suggestions in comments. In addition to code cleanup, minor bugs, 'workarounds' for ActiveX odd behavior.

1.1.0.0

Added github repository.

1.0.0.0