hyx0403 发表于 2009-10-15 11:29

Flux-Simulink安装

本帖最后由 hyx0403 于 2009-10-15 19:33 编辑


如果自动安装失败,可以通过以下步骤来实现手动安装。
1.in the registry:
check that in the key
   HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion
   \App Paths\matlab.exe
the value name:
   Path
as 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 aWindows 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)

ilovemovies 发表于 2009-10-15 15:57

谢谢楼主,下来看看

bruceleeren 发表于 2009-11-4 15:21

不错 非常值得学习

jede2005 发表于 2009-12-13 09:21

顶一下,谢谢了

wangfei8261 发表于 2009-12-19 15:24

还是有点复杂哟

acmilanhong 发表于 2010-5-19 16:43

下来看了,谢谢楼主

landy 发表于 2010-8-5 15:17

不错,不过还没看内容,看标题正是我所需要的~

landy 发表于 2010-8-20 20:30

回复 1# hyx0403


    楼主,我的MATLAB没安装在C盘,而Flux安装在C盘,该怎么办?

maying8208 发表于 2012-8-18 09:18

刚建完模型,要仿真了!
页: [1]
查看完整版本: Flux-Simulink安装