找回密码
 注册
Simdroid-非首页
楼主: 用中文吧

【求助】有人做过iSIGHT和matlab耦合吗?

[复制链接]
发表于 2003-10-27 17:47:04 | 显示全部楼层 来自 北京

回复: 【求助】有人做过iSIGHT和matlab耦合吗?

就是就是
ylai大虾都给大家些例题的ppt呀!
让大家更好的了解iSIGHT的功能呀
用中文吧 该用户已被删除
 楼主| 发表于 2003-10-28 22:36:48 | 显示全部楼层 来自 北京理工大学
提示: 作者被禁止或删除 内容自动屏蔽
发表于 2003-10-29 21:43:48 | 显示全部楼层 来自 北京

回复: 【求助】有人做过iSIGHT和matlab耦合吗?

是在PIDdemo1_LSQ中调用Simulink的,呵呵:
  
function [tout,yout,F] = PIDdemo1_LSQ(pid,a1,a2)
Kp = pid(1);       % Move variables into model parameter names
Ki = pid(2);
Kd = pid(3);
% Choose solver and set model workspace to this function
opt = simset('solver','ode5','SrcWorkspace','Current');
[tout,xout,yout] = sim('PIDdemo1_Simulink',[0 100],opt);
F = yout-1;        % Compute error signal
发表于 2003-10-29 21:44:59 | 显示全部楼层 来自 北京

回复: 【求助】有人做过iSIGHT和matlab耦合吗?

2M PDF.  
我现在防火墙后面,上载有些麻烦,我过些日子上传
您需要登录后才可以回帖 登录 | 注册

本版积分规则

Archiver|小黑屋|联系我们|仿真互动网 ( 京ICP备15048925号-7 )

GMT+8, 2024-4-28 06:11 , Processed in 0.031644 second(s), 8 queries , Gzip On, MemCache On.

Powered by Discuz! X3.5 Licensed

© 2001-2024 Discuz! Team.

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