matlab绘图函数和语句
aa = load("error_.txt");
figure(1)
plot(aa(:,1),"r*");
hold on
plot(aa(:,2),"b*");
title('平移控制点放缩横向调节误差');
xlabel('时间(0.02s)');
ylabel('横向距离误差(m)');
legend({'后轮中心点横向距离误差','平移调整横向距离误差'},'Location','southwest');
ax = gca;
ax.FontSize = 13;
hold off;
save('error_vmc_devlateral_printf.txt','error_vmc_devlateral_printf','-ASCII');
python绘图函数和语句
add you code here
https://blog.youkuaiyun.com/ywsydwsbn/article/details/125120300