matlab中什么时候需要使用hold on
问题描述:
matlab中什么时候需要使用hold on
答
hold on 是保存axes内图像用的
如果你在新画图像之后不想覆盖原图像就要加上hold on这句话