% Plot test for Qt graphics toolkit %by Martin Kunz, 24/04/2015 graphics_toolkit("qt") figure(); clf; x = 1:3000; y = sin (x/1000); plot (x,y); print -dpng -r0 qg1.png print -dpdf -r0 qg1.pdf print -dsvg -r0 qg1.svg printf ("\n");