MATLAB/Simulink实现不同导引律的弹道仿真及分析
基于MATLAB/Simulink的弹道仿真, 包括追踪法、比例导引法、三点法和平行接近法的理想弹道仿真及分析。目标可以设置为匀速直线运动或静止不动。通过使用MATLAB程序,可以输出弹道图,实现对弹道数据的可视化分析。代码示例:plot(out.x1.data,out.y1.data) grid on hold on plot(out.x2.data,out.y2.data)。
下载地址
用户评论