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 TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Animation of profiles

Status
Not open for further replies.

striben

Marine/Ocean
Joined
Dec 8, 2006
Messages
1
Hello

I have a series of coastal profiles, very simple as two colomns in txt files (height, length). One for each day over a month.

I have tried for a long time now to get them animated, as a progress in time. I use the getframe and movie-functions, but they as I see it, require a for-loop which generates the profiles (one for each frame). My problem is that I already have generated the profiles in the text files, and just want to show the in animation (I can only show the same profile in all frames).

Has anyone got any ideas?

Thanks...
 
How about reading in the profiles from the files inside a loop, plotting it and then adding it to the movie?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top