汽车制动实验台相关源代码及仿真文件

此项目是汽车制动实验台相关源代码及仿真文件。 set(gca,'FontSize',10); %legend、坐标轴数字 set(findobj(get(gca,'Children'),'LineWidth',0.5),'LineWidth',2); %设置线宽 set(gcf,'Position',[500 350 720 480]); %前两个是初始位置坐标,后两个是初始分辨率 .................想了解更多请下载附件。

应用介绍

此项目是汽车制动实验台相关源代码及仿真文件。

%先导入中附着条件制动的数据

marker_idx = 1:50:400;

subplot(1,2,1)

plot(slip,'b-')

title('')

grid on;

axis([0 9 0 1]);%限制轴的显示宽度 前面是x轴,后面是y 轴

%%%%%%%%%%%基本设置%%%%%%%%%%%%%%

% 注意在matlab脚本语言使用的是GBK编码的格式

xlabel("Time","fontsize",12);  %标签文字大小

ylabel("Slip rate","fontsize",12);

%legend('High Adhesion coefficient','Middle Adhesion coefficient','Low Adhesion coefficient')

set(gca,'FontSize',10); %legend、坐标轴数字

set(findobj(get(gca,'Children'),'LineWidth',0.5),'LineWidth',2);  %设置线宽

set(gcf,'Position',[500 100 640 360]); %前两个是初始位置坐标,后两个是初始分辨率

%%%%%%%%%%%基本设置%%%%%%%%%

subplot(1,2,2)

plot(Vehicle_speed,'bo-','MarkerIndices',marker_idx)

hold on;

plot(Wheel_speed,'r^-','MarkerIndices',marker_idx)

axis([0 9 0 30]);%限制轴的显示宽度 前面是x轴,后面是y 轴

grid on;

%%%%%%%%%%%基本设置%%%%%%%%%%%%%%

% 注意在matlab脚本语言使用的是GBK编码的格式

xlabel("Time","fontsize",12);  %标签文字大小

ylabel("Speed","fontsize",12);

legend('Vehicle speed','Wheel speed')

set(gca,'FontSize',10); %legend、坐标轴数字

set(findobj(get(gca,'Children'),'LineWidth',0.5),'LineWidth',2);  %设置线宽

set(gcf,'Position',[500 100 720 480]); %前两个是初始位置坐标,后两个是初始分辨率

%%%%%%%%%%%基本设置%%%%%%%%%

% 绘制总标题

suptitle('Braking simulation under medium adhesion condition');

.................想了解更多请下载附件。

文件列表(部分)

名称 大小 修改日期
.travis.yml0.67 KB2020-07-23
README0.70 KB2020-09-24
ABSExperimentTable.h0.21 KB2020-09-24
MsTimer2.cpp0.70 KB2020-07-23
MsTimer2.h0.19 KB2020-07-23
README0.51 KB2020-09-24
platformio.ini0.28 KB2020-07-23
main.cpp0.98 KB2020-09-24
README0.32 KB2020-07-23
演示图片.png44.32 KB2020-07-23
Simulation_of_high_adhesion.m0.68 KB2020-07-23
Simulation_of_low_adhesion.m0.68 KB2020-07-23
Simulation_of_medium_adhesion.m0.64 KB2020-07-23
T_B.m0.57 KB2020-07-23
T_I.m0.76 KB2020-07-23
T_Iw.m0.66 KB2020-07-23
controlSimulation.slx34.69 KB2020-07-23
ABSExperimentTable0.00 KB2020-07-23
MsTimer20.00 KB2020-07-23
include0.00 KB2020-07-23
lib0.00 KB2020-07-23
src0.00 KB2020-07-23
test0.00 KB2020-07-23
encoder_test0.00 KB2020-09-24
Arduino0.00 KB2020-07-23
doc0.00 KB2020-07-23
MATLAB_Script0.00 KB2020-07-23
Simulink0.00 KB2020-07-23
Automobile-ABS-brake-control0.00 KB2020-09-24

立即下载

相关下载

[汽车制动实验台相关源代码及仿真文件] 此项目是汽车制动实验台相关源代码及仿真文件。 set(gca,'FontSize',10); %legend、坐标轴数字 set(findobj(get(gca,'Children'),'LineWidth',0.5),'LineWidth',2); %设置线宽 set(gcf,'Position',[500 350 720 480]); %前两个是初始位置坐标,后两个是初始分辨率 .................想了解更多请下载附件。

评论列表 共有 0 条评论

暂无评论

微信捐赠

微信扫一扫体验

立即
上传
发表
评论
返回
顶部