1、grid函数: 显示或隐藏轴网格线。 %% 无网格x = linspace(0,10); y = sin(x); plot(x,y). 1; 2; 3; 4; 5; 6. %% 有网格x = linspace(0,10); y ...
確定! 回上一頁