Graphics patches in the Matlab

Explain how to perfectly apply the graphics patches in the Matlab?

E

Expert

Verified

Open a LOCAL MACHINE window and type: xhost +ashland # Add the following given code sequence just before plot command which was providing you the problems:

Figure; set(gcf,'renderer','zbuffer');

[s,w] = unix('echo $DISPLAY');

set(gcf,'XDisplay',w);

   Related Questions in MATLAB Programming

©TutorsGlobe All rights reserved 2022-2023.