Answers

Question and Answer:

  Home  MATLAB

⟩ How to correctly apply the graphics patches in Matlab?

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);

 284 views

More Questions for you: