MatlabShuZhiXinHaoChuLiShiYongJIaoChengChengXu

所属分类:其他
开发工具:matlab
文件大小:1131KB
下载次数:6
上传日期:2009-06-13 19:37:23
上 传 者augusdi
说明:  实用教程(第二版)》书中程序和数据等 Matlab数字信号处理数据和程序
(MatlabShuZhiXinHaoChuLiShiYongJIaoChengChengXu Matlab Digital Signal Process Useful Manual Digital and Program)

文件列表:
MATLAB实用教程程序实例 (0, 2007-12-04)
MATLAB实用教程程序实例\ch11 (0, 2007-12-04)
MATLAB实用教程程序实例\ch11\sam11_1o.m (513, 2005-03-30)
MATLAB实用教程程序实例\ch11\sam11_3o.m (83, 2005-03-30)
MATLAB实用教程程序实例\ch11\sam11_2o.m (61, 2005-03-30)
MATLAB实用教程程序实例\ch12 (0, 2007-12-04)
MATLAB实用教程程序实例\ch12\sam12_1.txt (450, 2007-11-03)
MATLAB实用教程程序实例\ch12\sam12_2.txt (500, 2007-11-03)
MATLAB实用教程程序实例\ch12\sam12_3.txt (1018, 2007-11-03)
MATLAB实用教程程序实例\ch12\sam12_4.txt (165, 2007-11-03)
MATLAB实用教程程序实例\ch12\sam12_5.txt (752, 2007-11-03)
MATLAB实用教程程序实例\ch12\sam12_6.txt (415, 2007-11-03)
MATLAB实用教程程序实例\ch12\sam12_7.txt (994, 2007-11-03)
MATLAB实用教程程序实例\ch19 (0, 2007-12-04)
MATLAB实用教程程序实例\ch19\magicsquare.m (41, 2007-09-05)
MATLAB实用教程程序实例\ch19\msexe.prj (5407, 2007-08-26)
MATLAB实用教程程序实例\ch19\mscom.prj (5581, 2007-08-26)
MATLAB实用教程程序实例\ch19\msnet.prj (5441, 2007-08-26)
MATLAB实用教程程序实例\ch19\msexe (0, 2007-12-04)
MATLAB实用教程程序实例\ch19\msexe\src (0, 2007-12-04)
MATLAB实用教程程序实例\ch19\msexe\src\mccExcludedFiles.log (1018, 2007-08-26)
MATLAB实用教程程序实例\ch19\msexe\src\msexe.ctf (78526, 2007-08-26)
MATLAB实用教程程序实例\ch19\msexe\src\msexe_main.c (3122, 2007-08-26)
MATLAB实用教程程序实例\ch19\msexe\src\msexe_mcc_component_data.c (6601, 2007-08-26)
MATLAB实用教程程序实例\ch19\msexe\src\msexe.exe (49152, 2007-08-26)
MATLAB实用教程程序实例\ch19\msexe\src\build.log (9202, 2007-08-26)
MATLAB实用教程程序实例\ch19\msexe\distrib (0, 2007-12-04)
MATLAB实用教程程序实例\ch19\msexe\distrib\msexe.exe (49152, 2007-08-26)
MATLAB实用教程程序实例\ch19\msexe\distrib\msexe.ctf (78526, 2007-08-26)
MATLAB实用教程程序实例\ch19\msexe\distrib\msexe_mcr (0, 2007-12-04)
MATLAB实用教程程序实例\ch19\msexe\distrib\msexe_mcr\toolbox (0, 2007-12-04)
MATLAB实用教程程序实例\ch19\msexe\distrib\msexe_mcr\toolbox\compiler (0, 2007-12-04)
MATLAB实用教程程序实例\ch19\msexe\distrib\msexe_mcr\toolbox\compiler\dirname.m (749, 2004-04-16)
MATLAB实用教程程序实例\ch19\msexe\distrib\msexe_mcr\toolbox\compiler\deploy (0, 2007-12-04)
MATLAB实用教程程序实例\ch19\msexe\distrib\msexe_mcr\toolbox\compiler\deploy\readline_mexw32.auth (629, 2007-08-26)
MATLAB实用教程程序实例\ch19\msexe\distrib\msexe_mcr\toolbox\compiler\deploy\deploywhich_mexw32.auth (629, 2007-08-26)
MATLAB实用教程程序实例\ch19\msexe\distrib\msexe_mcr\toolbox\compiler\deploy\FigureMenuBar.fig (10039, 2007-02-08)
MATLAB实用教程程序实例\ch19\msexe\distrib\msexe_mcr\toolbox\compiler\deploy\FigureToolBar.fig (6800, 2007-02-08)
MATLAB实用教程程序实例\ch19\msexe\distrib\msexe_mcr\toolbox\compiler\deploy\deployprint.m (4064, 2007-01-08)
... ...

MATLAB Deployment Checklist =========================== Before you deploy your application, component, or library, use this checklist to ensure you create a complete deployment package. You can distribute a MATLAB Compiler-generated standalone application, component, or library to any target machine with the same operating system as the machine on which the application was compiled (the "source" development machine). For more information, see the documentation for the MATLAB Compiler at: http://www.mathworks.com/access/helpdesk/help/toolbox/compiler/ NOTE: Items enclosed in angle brackets ( < > ) are variables. 1. Ensure that the MATLAB Component Runtime (MCR) is installed on target machines, and ensure you have installed the correct version. To verify this, do the following: A. Attempt to verify the MCR exists on your system. The MCR usually resides in these locations on these platforms: Operating System Path to MCR ================ =========== Windows C:\Program Files\MATLAB\MATLAB Component Runtime\v76 Mac/Intel Mac Applications/MATLAB/MATLAB_Component_Runtime/ Linux *** No predetermined installation location *** Contact your system administrator. *IMPORTANT: Always attempt to locate an existing MCR on your system before using the BUILDMCR command to create an MCR. If you must create an MCR, see the Compiler documentation for more details B. MATLAB 2007a uses MCR version 7.6. To verify the version number of the installed MCR, type the following command: [mcrmajor,mcrminor]=mcrversion at the MATLAB command prompt. 2. Add the MCR directory to the path specified by the target system's environment variable. A. Locate the name of the environment variable to set, using the table below: Operating System Environment Variable ================ ==================== Windows PATH Linux LD_LIBRARY_PATH Solaris LD_LIBRARY_PATH Mac DYLD_LIBRARY_PATH B. Set the path by doing one of the following: On Windows systems: * Add the MCR directory to the environment variable by opening a command prompt and issuing the DOS command: set PATH=C:\Program Files\MATLAB\MATLAB Component Runtime\v76;%PATH% or, add: C:\Program Files\MATLAB\MATLAB Component Runtime\v76 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. Your environment variables are listed. On UNIX systems: * Add the MCR directory to the environment variable by issuing this command: setenv PATH //v76:"$PATH" To make this change persistent after logout on UNIX machines, modify the .cshrc file to include this setenv command. NOTE: On Windows, the Environment Variable syntax utilizes backslashes (\), delimited by semi-colons (;). On UNIX, the EV syntax utilizes forward slashes (/), delimited by colons (:). NOTE: When deploying C and C++ standalone applications, it is possible to run the shell script file run_msexe.sh on UNIX and Mac instead of setting environment variables. See "Requirements for Standalone Applications," below. 3. Create packages that contain the following files, based on what you are deploying: Requirements for Standalone Applications: ========================================= All Platforms: * msexe.ctf (Component Technology File archive, platform-dependent on target machine) Windows: * MCRInstaller.exe (self-extracting MATLAB Component Runtime library archive) * msexe.exe (application created by MATLAB Compiler) UNIX: * MCRInstaller.zip (MATLAB Component Runtime library archive - manual unzip required) * msexe (application created by MATLAB Compiler) * run_msexe.sh (shell script that can be run to temporarily set environment paths and execute the application) Requirements for C and C++ shared libraries: ============================================================ All Platforms: * msexe.dll (shared library, file extension varies by platform) * msexe.h (library header file) * msexe.ctf (Component Technology File archive, platform-dependent on target machine) Windows: * MCRInstaller.exe (self-extracting MATLAB Component Runtime library archive) UNIX: * MCRInstaller.zip (MATLAB Component Runtime library archive - manual unzip required) * unzip (optional utility to unzip MCRInstaller.zip) Requirements for .NET Components (Windows only): ================================================ * msexe.ctf (Component Technology File archive) * msexe.xml (documentation files) * msexe.pdb (program database file - if DEBUG option selected) * msexe.dll (component assembly file) * MCRInstaller.exe (self-extracting MATLAB Component Runtime library archive) Requirements for COM Components (Windows only): =============================================== * msexe.ctf (Component Technology File archive) * msexe_1_0.dll (component containing compiled M-code) * _install.bat (script run by self-extracting executable) * MCRInstaller.exe (self-extracting MATLAB Component Runtime library archive) Requirements for Java Components (All Platforms): ================================================= * msexe.jar (Java archive containing Java interface to M-code in msexe.ctf) * msexe.ctf (Component Technology File archive, platform-dependent on target machine) Requirements for COM Components for Use with Microsoft Excel (Windows only): ============================================================================ * msexe_1_0.dll (component containing compiled M-code) * msexe.ctf (Component Technology File archive) * _install.bat (script run by self-extracting executable) * .xla (Excel add-ins found in: E:\MATLAB_NEWBOOK\newfile\MATLAB实用教程\ch16\msexe\src\distrib directory) * MCRInstaller.exe (self-extracting MATLAB Component Runtime library archive)

近期下载者

相关文件


收藏者