⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 accelopt.hlp

📁 经典通信系统仿真书籍《通信系统与 MATLAB (Proakis)》源代码
💻 HLP
字号:
ACCELERATOR OPTIONS - options for the generation of accelerated MEX-file.

The accelerator uses the cmex utility to build a binary file that is dynamically 
linked back into SIMULINK and used for accelerated simulation.

The accelerator generates a C file which is then compiled using the cmex 
script. If cmex is not properly installed, or if you do not have a C compiler, 
the Accelerator will not work. Refer to the Installation instructions if you 
are having difficulties.

The dialog entry 'Accelerator build command' provides the option to change 
the name of the cmex script or to add options to the compilation. Some useful 
options for Unix machines are:

	cmex -v   - output each compile and final link step. (Useful for debugging)
	cmex -O  - use compiler optimization.

The $model variable is replaced with the name of the model at build time.

For more information on UNIX machines enter:

	!man cmex 

at the MATLAB prompt.

For more information on PC machines enter:

	!cmex -help

at the MATLAB prompt.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -