声振论坛

 找回密码
 我要加入

QQ登录

只需一步,快速开始

查看: 1347|回复: 1

[综合讨论] Simlink出现如下警告,该如何解决?

[复制链接]
发表于 2007-7-30 17:28 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有账号?我要加入

x
m文件如下:
Fx;
Fy;
Fz;
[t,xout,yout]=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).
回复
分享到:

使用道具 举报

 楼主| 发表于 2007-8-1 08:34 | 显示全部楼层
调用的Simlink文件如下:

f14.mdl

32.35 KB, 下载次数: 6

您需要登录后才可以回帖 登录 | 我要加入

本版积分规则

QQ|小黑屋|Archiver|手机版|联系我们|声振论坛

GMT+8, 2024-6-9 20:08 , Processed in 0.066777 second(s), 22 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表