I get the error Segmentation violation detected
in Matlab 7.12.0.635 (R2011a) (on Ubuntu 12.10) whenever I try to save a figure as jpg or png. I can save a figure as .fig, though...
What can I do to fix this problem? Have you encountered this problem?
Solved by changing the default renderer to zbuffer
. Add this line to the startup.m
file:
set(0, 'DefaultFigureRenderer', 'zbuffer');
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With