+1 vote
in Matlab by
How To Correctly Apply The Graphics Patches In Matlab?

1 Answer

0 votes
by
Following is the sequence of commands to apply graphic patches in MATLAB.

Open the LOCAL MACHINE window.

Type the command xhost + ashland.

Add the following code sequence before the plot command.

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
...