TabComplete
Sets Command-Window tab completion for specified functions & arguments: types and custom strings
Author: Yair Altman
Thanks for posting this great utility! Seeing your question dialog and looking through the code, I saw your use of the function "setpref." I didn't know about this very useful function, so thanks for that too!
Yes, This is a very useful program. I have used it to gather up many figures into an organized presentation.
I find that now that I have a presentation and want to add more figures to existing slides in this presentation. So what should I change in saveppt so that instead of invoking new slides it steps through the existing slides (starting at the slide I designate)and pastes figures onto these slides. (I can position and size the figures so that they would not step on the figures already on these slides.) Thanks
5
12 Mar 2012
saveppt
This function saves Matlab figure windows or Simulink models to a Powerpoint file.
As of PPT 2010, you can no longer hide the application (ppt.Visible=0). You can only minimize it (ppt.WindowState = 2). However, you can still open a presentation hidden using
op = invoke(ppt.Presentations,'Open',filespec,[],[],0);
Comment only