matlab subplot怎么给每个图都加上标注,包括xy轴

 我来答
匿名用户
2014-10-10
展开全部

>>x = linspace(0,10);

>> y1 = sin(x);

>> y2 = sin(2*x);

>> y3 = sin(4*x);

>> y4 = sin(8*x);

>>  figure

>> subplot(2,2,1);

>> plot(x,y1);

>> title('Subplot 1: sin(x)')

>> xlabel('x'),ylabel('y1')

>> subplot(2,2,2);

>> plot(x,y2);

>> title('Subplot 2: sin(2x)')

>> xlabel('x'),ylabel('y2')

>> subplot(2,2,3)

>> plot(x,y3);

>> title('Subplot 3: sin(4x)')

>> xlabel('x'),ylabel('y3')

>> subplot(2,2,4)

>> plot(x,y4);

>> title('Subplot 4: sin(8x)')

>> xlabel('x'),ylabel('y4')

推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式