- 积分
- 7086
- 回帖
- 0
- 西莫币
-
- 贡献
-
- 威望
-
- 存款
-
- 阅读权限
- 115
- 最后登录
- 1970-1-1
签到天数: 2 天 连续签到: 1 天 [LV.1]初来乍到
|
发表于 2009-4-27 16:05
|
显示全部楼层
来自: 中国辽宁沈阳
Installation Instructions
IMPORTANT: If any Infolytica product (MagNet, ElecNet, ThermNet or FullWave) is running, close the application before proceeding.
To install the MagNet Plug-in for Simulink:
1. Locate the SimuLink12.exe file you downloaded from the Infolytica web site, www.infolytica.com.
2. Double-click the file.
The MagNet Plug-in for Simulink 1.2 Installer Program is initiated.
3. Click "OK" to proceed with the installation.
4. Verify the location of the MATLAB and Simulink installation (<MatLab installation folder>\toolbox\simulink), then click on "Unzip".
e.g., C:\Program Files\MATLAB\R2006a\toolbox\simulink
5. Start MatLab and use the File->Open menu item to open the pathdef.m file in the folder <MatLab installation folder>\toolbox\local.
e.g., C:\Program Files\MATLAB\R2006a\toolbox\local\pathdef.m
6. Add the following line just before the '%%% END ENTRIES %%%' line at the bottom of the file:
matlabroot,'\toolbox\simulink\infolytica;', ...
7. Save the file and exit the MatLab file editor.
8. Exit MatLab. The MagNet Plug-In for Simulink is now installed.
Steps 5 to 8 add the path to the plug-in permanently. To add the path for a single MatLab session only, type in the following at the MatLab command prompt:
addpath('<MatLab installation folder>\toolbox\simulink\Infolytica');
e.g.:
addpath('C:\Program Files\MATLAB\R2006a\toolbox\simulink\Infolytica');
Note: Prior to using the MagNet Plug-in for Simulink for the first time, make sure that MagNet has been manually started at least once.
这是官方给的。 |
|