- 积分
- 23838
- 回帖
- 0
- 西莫币
-
- 贡献
-
- 威望
-
- 存款
-
- 阅读权限
- 95
- 最后登录
- 1970-1-1
该用户从未签到
|
发表于 2008-11-28 11:53
|
显示全部楼层
来自: 中国广东深圳
MATLAB可以在FLUX安装后再装, 帮助文件这样描述的:
Five files are provided by Cedrat, in the "Simulink" folder:
?FLUX_Link.mdl
?Flux_link_Hlp.m
?FLUX2D_coupling.dll
?slblocks.m
?LogoF2dSimulink.bmp
F Remark:
If the automatic installation had failed, to install the block in the Simulink Library Browser, follow those steps:
1. In the registry:
check that in the key
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion
\App Paths\matlab.exe
the value name:
Path
has for value data:
C:\MATLAB6p5\bin\win32;C:\Cedrat\Flux_9.1\bin;C:\Cedrat\Flux_9.1\dll;
C:\Cedrat\Flux_91\dll\coregeom
(in the case where FLUX 9.1 has been installed in the directory by default C:\Cedrat
and MATLAB 6.5 has been installed in the directory by default C:\Matlab6p5.)
2. In a Windows Explorer:
check that in the directory C:\MATLAB6p5\toolbox\local
in the file startup.m
there is the following line:
addpath('C:\Cedrat\Flux_9.1\coupling\Simulink')
(in the case where FLUX 9.1 has been installed in the directory by default C:\Cedrat
and MATLAB 6.5 has been installed in the directory by default C:\Matlab6p5.)
3. In a Windows Explorer:
check that in the directory C:\Cedrat\Flux_9.1\coupling\Simulink
in the file Flux_Link_Hlp.m
there are the 3 following lines:
function hlp = Flux_Link_Hlp(blkname)
hlp = 'C:\Cedrat\Flux_9.1\resources\help\f2dno81e.hlp'
return
(in the case where FLUX 9.1 has been installed in the directory by default C:\Cedrat)
The latest FLUX2D_Coupling block has now been implemented in the Simulink Library Browser. The FLUX2D to Simulink technology is now ready to use.
F Remark:
The FLUX2D to Simulink technology works with versions 6.1 and 6.5 of MATLAB.
F Remark:
The file which configures the on line help should be modified if FLUX has not been installed in the default directory燙:\Cedrat. In this case, you must modify the line
Hlp = '$F2DROOT\f2dno81e.hlp'
In
Hlp = 'mypath\flux_9.1\resources\help\f2dno81e.hlp'
where mypath is the path to the Flux_9.1 directory.
想问一问用过的朋友, 是否只有MATLAB 6.1和6.5才能和FLUX 10.2 做联合仿真(帮助文档如此说), 谢谢了 ! |
|