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!

Search results for query: *

  • Users: rainycloud
  • Content: Threads
  • Order by date
  1. rainycloud

    Saving Matlab movie

    Hi all, May I get help in how to save a Matlab movie? I can generate a movie by using the following cammands fig1; winsize = get(fig1,'Position'); winsize(1:2)=[0 0]; numframes=100; A=moviein(numframes,fig1,winsize); set(fig1,'NextPlot','replacechildren') for i=1:numframes ...

Part and Inventory Search

Back
Top