I know how to change the default renderer using Matlab GUI, but I would like to use painters renderer instead of opengl all the time instead of changing it every time.
Is there a way to set default renderer in Matlab by using set command. I'm looking for command like: set(groot, 'defaultRenderer', 'painters')
Thank you!