Hello all,
I have a small but extremely frustrating problem. When I try to use the Plot function in Matlab, I get an error. This never happened before to me. For example, if I write the following code:
x=[-5:1:5]
y =x;
plot(x,y)
And then save and run it, I get an error that states:
...