45
This commit is contained in:
5
plotxy11.m
Normal file
5
plotxy11.m
Normal file
@@ -0,0 +1,5 @@
|
||||
x = 0:0.1:4*pi;
|
||||
plot(x,sin(x)+sin(3*x));
|
||||
set(gca,'ytick',[-1,-0.3,0.1,1]);
|
||||
set(gca,'yticklabel',{'极小','临界值','崩溃值','极大'});
|
||||
grid on;
|
||||
Reference in New Issue
Block a user