User`s guide

Deploying to End Users
Software Mod ule
Description
componentname.ctf
Component Technology File
componentname.jar
Java package conta ining Java inter face to M - code
in
componentname.ctf.
Microsoft Excel Add-In
To distribute an Excel add-in created with MATLAB Builder for Excel, create
a package that includes the following files.
Software Module
Description
componentname.ctf
Component Technology File archive;
platform-dependent file that must correspond
to the end user’s platform
componentname
_version.dll
Component that contains compiled M-code
_install.bat
Script run by the self-extracting executable
MCRInstaller.exe
Self-extracting MATLAB Component
Runtime library utility; platform-dependent
file that must correspond to the end user’s
platform
*.xla
Any Excel add-in f iles found in
projectdirectory\distrib
Using Relative Paths with Project Files
Project files now support the use of relative paths as of R2007b of MATLAB
Compiler, enabling you to share a single project file for convenient deployment
over the network. Simply share your project directory and use relative paths
to define your project location to yo ur distributed computers.
Porting Generated Code to a Different Platform
You can distribute an application generated by MATLAB C ompiler to any
target machine that has the same operating system as the machine on
which the application was compiled. For example, if you want to deploy an
4-15