MATLAB Question:
Download Job Interview Questions and Answers PDF
How to correctly apply the graphics patches in Matlab?
Answer:
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);
Download MATLAB Interview Questions And Answers
PDF
Previous Question | Next Question |
Can we run Matlab without graphics? | How to call matlab in batch mode? |