Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Matlab "Publish to" function

1 view
Skip to first unread message

Ron Legere

unread,
Nov 12, 2004, 10:07:22 AM11/12/04
to
I have been playing a bit with the publish feature in matlab 7.
First: Pretty cool feature! Matlab has needed something like this...
I think it will be handy for generating quick progress reports,
etc.
However, one thing I noticed, is when I publish to ppt, the 'cell
titles' allways end up on a slide by themselves, then everything else
goes on the next slide. Is there a reason for this? Is there a way
to keep a 1-cell == 1 -slide thing going?
Or am I doing something goofy?
Here is a simple example:
------------------------------------------------
%% Test
% a simple test
%


%% Cell title
% blah blah blah blah
% blah
%
% * a bullet
% * another
%

%% Cell 2 title
% blah
% blah

Matthew Simoneau

unread,
Nov 12, 2004, 2:12:29 PM11/12/04
to
I'm glad you're getting good use of the M-file publishing.
Unfortunately, there aren't any options to customize the look of the
slides when publishing to PowerPoint. In the future, I'd like to
have a way to specify a template to use. If you're brave, take a
look at toolbox/matlab/codetools/private/mxdom2ppt.m. The M-code
that creates these slides is fairly straightforward and easy to
modify. Thanks for your interest and feel free to contact me with
any feedback related to M-file publishing.

Ron Legere

unread,
Nov 13, 2004, 9:22:19 AM11/13/04
to
Excellent! I will take up your suggestion and have a look!

Thanks,
Ron

0 new messages