x = linspace(0,pi); y1 = cos(x); plot(x,y1); hold on y2 = cos(2*x); plot(x,y2,'HandleVisibility','off'); y3 = cos(3*x); plot(x,y3); hold off legend('First','Third')
x = linspace(0,pi); y1 = cos(x); plot(x,y1); hold on y2 = cos(2*x); plot(x,y2,'HandleVisibility','off'); y3 = cos(3*x); plot(x,y3); hold off legend('First','Third')
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。