From: Daniel Velez on
Hi...

I was trying to run MakeQTMovie function in MatLab 7.8.0(R2009a), but it doesn't worked anymore with this version, it show a message that says: "ava Figures Can No Longer Be Disabled

MATLAB no longer allows you to disable the use of Java figures (using feature('javafigures',0)). This change is necessary to enable full adoption of new features and the obsolescence of disused product code."

Anybody knows how can I fix this problem?

Thanks
From: Yair Altman on
"Daniel Velez" <ejdvc757(a)gmail.com> wrote in message <hg8d05$jhp$1(a)fred.mathworks.com>...
> Hi...
>
> I was trying to run MakeQTMovie function in MatLab 7.8.0(R2009a), but it doesn't worked anymore with this version, it show a message that says: "ava Figures Can No Longer Be Disabled
>
> MATLAB no longer allows you to disable the use of Java figures (using feature('javafigures',0)). This change is necessary to enable full adoption of new features and the obsolescence of disused product code."
>
> Anybody knows how can I fix this problem?
>
> Thanks

FYI, feature('javafigures') has been disabled since Matlab R2007a (7.4), when the Java figures became stable enough for the non-standard native windows to become unnecessary.

Try to see if you can edit your MakeQTMovie to simply comment that particular line which tries to disable the Java figures.

Yair Altman
http://UndocumentedMatlab.com