From: Mary on
I use saveppt (http://www.mathworks.com/matlabcentral/fileexchange/340-saveppt) to directly place my Matlab plots into PowerPoint presentations. This has worked very well with office 2000 and office 2007 but I recently upgraded to office 2010 and office 2010 no longer supports MSXML 5.0 which makes actxserver('PowerPoint.Application') fail.

Has anyone looked at integrating office 2010 products with Matlab?

Do you have any suggestions on how I can directly place matlab plots in powerpoint presentations with office 2010?

I'm using R2008a.
From: Yair Altman on
> I use saveppt (http://www.mathworks.com/matlabcentral/fileexchange/340-saveppt) to directly place my Matlab plots into PowerPoint presentations. This has worked very well with office 2000 and office 2007 but I recently upgraded to office 2010 and office 2010 no longer supports MSXML 5.0 which makes actxserver('PowerPoint.Application') fail.
>
> Has anyone looked at integrating office 2010 products with Matlab?
>
> Do you have any suggestions on how I can directly place matlab plots in powerpoint presentations with office 2010?
>
> I'm using R2008a.

same problem as http://www.mathworks.com/matlabcentral/newsreader/view_thread/287717, just in case somebody posts the fix there
From: shahnaz fatima on
"
thanks for the post.

but i cant reply you. i came to know from your post only about this saveppt file.

i copied it and tried to run in comand window after opening the figure.

the figure is coming as Figure 1 and i saved it as 2dpcaplot by some othername while saving.

i tried to run both ways.

saveppt('pca','2 dim pca plot','Figure 1')

saveppt('pca','2 dim pca plot','2dpcaplot')
but i am getting title only but no figure in ppt what to do?
plz explain.