分享一下我老师大神的人工智能教程!零基础,通俗易懂!http://blog.youkuaiyun.com/jiangjunshow
也欢迎大家转载本篇文章。分享知识,造福人民,实现我们中华民族伟大复兴!
1、grid、box函数:设置网格线、边框
2、用法说明
(1)grid on/off 函数对当前坐标图加上或撤销网格线
(2)box on/off 函数对当前坐标图加上或撤销边框
(3)grid 函数在设置网格线和撤销网格线两种状态间进行转换
(4)box 函数在加上边框和撤销边框两种状态进行装换
3、用法举例
>> x = 1:200;>> y = x.^2y = Columns 1 through 8 1 4 9 16 25 36 49 64 Columns 9 through 16 81 100 121 144 169 196 225 256 Columns 17 through 24 289 324 361 400 441 484 529 576 Columns 25 through 32 625 676 729 784 841 &nbs