When I try to plot anything, nothing comes up. There are no errors, there's just nothing. >> x=-10:.1:10; >> y=sin(x); >> plot(x,y); No figure window pops up.
John Williams answered .
2025-11-20
close all x=-10:.1:10; y=sin(x); plot(x,y);