在matlab中如何让y轴与x轴的交点为原点。

就像这样的坐标轴,matlab中怎样设置
2024-12-22 11:55:03
推荐回答(1个)
回答1:

xmin = 0; ymin = 0;

axis([xmin xmax ymin ymax])