MATLAB: Do I get an error in when is use the command feature javafigures in MATLAB 7.4 (R2007a)

javafiguresMATLABnojvm

When I execute the following:
feature('javafigures',0)
I get the following error:
??? Error using ==> feature
An unknown feature was specified.
Please click for more information
I used to use this feature successfully in previous releases.

Best Answer

Java 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.
Please click on the hyperlink provided in the error message in you command window to get more information.