Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Animate a graph and export to Powerpoint? 1

Status
Not open for further replies.

SylvestreW

Mechanical
Joined
Apr 11, 2005
Messages
203
Location
CA
Morning all,
I have some data that I am plotting in Matlab and I'd like to somehow create an animation and export to Powerpoint for my presentation.

In a nutshell, I have a vibration profile over a range of frequencies, and the vibrations change depending on the RPMs of the motor.

What I currently have in Matlab is a for loop from 100 to MaxRPM, where I plot the vibration levels vs. frequency, and simply use drawnow to update. This gives me a quasi-animated plot.

Is there a way to somehow save that quasi-animation, and import somehow (as a .mpg, .avi, .qt??) to Powerpoint?

Thanks
 


It is very simple to make an avi file with the AVIFILE function. I use the 'Cinepak' compression option, but I frequently encounter colormap errors for very large data sets.

C
 
Thanks very much cev, the Cinepak was what I was missing (I kept getting a codec error with the default compression).

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top