MATLAB: Best way to programmatically detect new graphics engine

r2014bgraphics

I'm sure this has been asked before, but I couldn't find it: What is the recommended method for programming a check to see if Matlab is using the new graphics engine? Just check if ver >=2014b, or is there a better way?

Best Answer

~verLessThan('matlab','8.4')