Simlink出现如下警告,该如何解决?
m文件如下:Fx;
Fy;
Fz;
=sim('aero_six_dof');
x=xout;
plot(t,x);
fid=fopen('my_six.dat','w');
fprintf(fid,'table of recoder:\n');
fprintf(fid,'%6.4f\n',t);
fprintf(fid,'%6.4f\n',x);
fclose(fid);
警告信息如下:
Warning: Unconnected output line found on block 'aero_six_dof/Equations of Motion (Configurable Subsystem)' (output port: 5). 调用的Simlink文件如下:
页:
[1]