From: Diego on
Hello,

I have a matlab script that creates a number of figures.
I am creating an AVI from those figures.

Everything works fine, until I run matlab in batch mode with the "-nodisplay" option. When enabling this option, transparency is lost.
I've read that transparency is only handled by opengl driver.

How can I do to generate the AVI file with transparency using the -nodisplay option?

Thanks
Diego