Plotting with MATLAB

Hi,

I loaded the Matlab module on discovery; however, I cannot see any plots. Is there a solution to this?

x = 1:10;
y = sin(x);
plot(x,y) —> this doesn’t show the figure.

@luisalbe The Discovery cluster is not designed for interactive graphical work like that. You would need to save the plot to a file and then download it to view locally.