axis('square')什么意思
问题描述:
axis('square')什么意思
答
axis square makes the current axes
region square (or cubed when three-dimensional). MATLAB adjusts the x-axis, y-axis,
and z-axis so that they have equal
lengths and adjusts the increments between data units accordingly.
答
matlab 中 产生正方形坐标系(缺省为矩形)