+1 vote
in Matlab by

How To Correctly Apply The Graphics Patches In Matlab?

1 Answer

0 votes
by

Open a LOCAL MACHINE window and type: xhost +ashland # Add the following code sequence just before the plot command that was giving you problems: figure; set(gcf,'renderer','zbuffer'); [s,w] = unix('echo $DISPLAY'); set(gcf,'XDisplay',w);

Related questions

0 votes
asked Jul 31, 2020 in Matlab by sharadyadav1986
+1 vote
asked Jul 30, 2020 in Matlab by Robindeniel
...