Avimaker.m

Utility for generating movies from data files.
2.9K Downloads
Updated 8 Apr 2005

No License

This program can generate AVI movies starting from a series of ASCII files containing your data in matrix format. All you have to do is selecting the directory containing the ASCII files ordered names (with an increasing number in name filename001.txt filename002.txt ...) and the program will open the first and the last, it will evaluate the range for the colorbar and it will show the z range so that you can change.

After that you will have to set the parameters for your movie (using GETFRAME and ADDFRAME), set the dimensions (in case you need to crop the images), select the color for the background of the frames, the azimut and elevation if you need a 3D visualization and in the desired directory you will find your AVI file.

For details on AVI options see ADDFRAME and GETFRAME.

Tested under MATLAB 6.0

Danilo Botta 06-04-05

Cite As

Danilo Botta (2024). Avimaker.m (https://www.mathworks.com/matlabcentral/fileexchange/7373-avimaker-m), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R12
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Convert Image Type in Help Center and MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0.0

I have fixed some bugs in 3D visualization
and I have made easier the procedure to find a right angle for the camera view in 3D representation of data.