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;