MSI

所属分类:matlab编程
开发工具:matlab
文件大小:63KB
下载次数:15
上传日期:2016-11-23 20:20:22
上 传 者Holmeshi
说明:  用于计算两组变量之间的同步指数,用matlab编写的代码
(Two sets of variables used to calculate the index synchronization between the code written in matlab)

文件列表:
MSI\analyis_msi.m (1140, 2016-11-22)
MSI\Draw_FFTwave.m (961, 2016-11-22)
MSI\generate_ref.asv (407, 2016-11-22)
MSI\generate_ref.m (397, 2016-11-22)
MSI\libmsi.cpp (3966, 2016-11-22)
MSI\libmsi.ctf (49639, 2016-11-22)
MSI\libmsi.dll (13824, 2016-11-22)
MSI\libmsi.exp (1470, 2016-11-22)
MSI\libmsi.exports (112, 2016-11-22)
MSI\libmsi.h (2719, 2016-11-22)
MSI\libmsi.lib (3074, 2016-11-22)
MSI\libmsi.prj (42049, 2016-11-22)
MSI\libmsi_mcc_component_data.c (6317, 2016-11-22)
MSI\main.m (487, 2016-11-22)
MSI\mccExcludedFiles.log (409085, 2016-11-22)
MSI\msi.asv (452, 2016-11-22)
MSI\msi.m (466, 2016-11-22)
MSI (0, 2016-11-22)

MATLAB Compiler 1. Prerequisites for Deployment . Verify the MATLAB Compiler Runtime (MCR) is installed and ensure you have installed version 7.13. . If the MCR is not installed, run MCRInstaller, located in: *\toolbox\compiler\deploy\win32\MCRInstaller.exe For more information on the MCR Installer, see the MATLAB Compiler documentation. NOTE: Prior to running your deployed application, verify the user locale and system locales have the same value on the Microsoft Windows platform. If these values are not the same, you might see an I18n warning message and garbled text. 2. Files to Deploy and Package Files to package for Shared Libraries ===================================== -libmsi.ctf (component technology file) -libmsi.dll -libmsi.h -libmsi.lib -MCRInstaller.exe - include when building component by selecting "include MCR" option -This readme file 3. Definitions MCR - MATLAB Compiler uses the MATLAB Compiler Runtime (MCR), which is a standalone set of shared libraries that enable the execution of M-files. The MCR provides complete support for all features of MATLAB without the MATLAB GUI. When you package and distribute an application to users, you include supporting files generated by the builder as well as the MATLAB Compiler Runtime (MCR). If necessary, run MCRInstaller to install version 7.13 of MCR. For more information about the MCR, see the MATLAB Compiler documentation. Component Technology File (CTF) - Archive of encrypted MATLAB files that libmsi uses for successful execution of exported M functions. * NOTE: is the directory where MCR is installed on the target machine. 4. Appendix A. On the target machine, add the MCR directory to the system path specified by the target system's environment variable. i. Locate the name of the environment variable to set, using the table below: Operating System Environment Variable ================ ==================== Windows PATH ii. Set the path by doing one of the following: NOTE: is the directory where MCR is installed on the target machine. On Windows systems: . Add the MCR directory to the environment variable by opening a command prompt and issuing the DOS command: set PATH=\v713\runtime\win32;%PATH% Alternately, for Windows, add the following pathname: \v713\runtime\win32 to the PATH environment variable, by doing the following: 1. Select the My Computer icon on your desktop. 2. Right-click the icon and select Properties from the menu. 3. Select the Advanced tab. 4. Click Environment Variables. NOTE: On Windows, the environment variable syntax utilizes backslashes (\), delimited by semi-colons (;).

近期下载者

相关文件


收藏者