怎样在matlab图形中添加网格
5个回答
推荐于2018-12-16
展开全部
有几种方法,你借鉴一下:
x=0:0.01:2;y=x;plot(x,y);
1)set(gca,'XGrid','on');
2)set(gca,'XMinorGrid','on');
3)grid on;
4)grid minor;
x=0:0.01:2;y=x;plot(x,y);
1)set(gca,'XGrid','on');
2)set(gca,'XMinorGrid','on');
3)grid on;
4)grid minor;
本回答被提问者和网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
>> x=-5:0.01:5;
>> y=sin(x);
>> plot(x,y)
>> grid on%添加网格
>> y=sin(x);
>> plot(x,y)
>> grid on%添加网格
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
使用grid命令。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
用命令:grid on;
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询