Specifications
For demos, application examples,
tutorials, user stories, and pricing:
• Visit www.mathworks.com
• Contact The MathWorks directly
US & Canada 508-647-7000
Benelux +31 (0)182 53 76 44
France +33 (0)1 41 14 67 14
Germany +49 (0)241 470 750
Italy +39 (011) 2274 700
Korea +82 (0)2 6006 5114
Spain +34 93 362 13 00
Sweden +46 (8)505 317 00
Switzerland +41 (0)31 950 60 20
UK +44 (0)1223 423 200
Visit www.mathworks.com to obtain
contact information for authorized
MathWorks representatives in countries
throughout Asia Pacific, Latin America,
the Middle East, Africa, and the rest
of Europe.
Integrating MATLAB Code with Other
Languages and Applications
MATLAB provides functions for
integrating C and C++ code, Fortran code,
COM objects, and Java code with your
applications. You can call DLLs, Java classes,
and ActiveX controls. Using the MATLAB
engine library, you can also call MATLAB
from C, C++, or Fortran code.
Deploying Applications
You can create your algorithm in MATLAB
and distribute it to other MATLAB users as
M-code.
Using the MATLAB Compiler (available
separately), you can deploy your algorithm,
as a stand-alone application or as a software
module that you include in your project, to
users who do not have MATLAB.
Additional products let you convert your
algorithm into a software module that is
callable from COM, or Microsoft Excel.
Platform and System Requirements
For platform and system requirements, visit
www.mathworks.com/products/matlab
Tel: 508.647.7000 info@mathworks.com www.mathworks.com
91199v00 05/04
© 2004 by The MathWorks, Inc. MATLAB, Simulink, Stateflow, Handle Graphics, and Real-Time Workshop are registered trademarks, and TargetBox is a trademark of The MathWorks, Inc. Other product or brand names are trademarks or registered trademarks of their respective holders.
M-code program (left) published to HTML (right)
using the MATLAB Editor. Results output to the
command window or to plots are captured and
included, and the comments are turned into section
headings and body text in the HTML.
Helicopter sound identification application,
deployed and running outside MATLAB. The
application, developed in MATLAB, directly
acquires signals from measurement hardware,
performs analysis and plotting, and includes
GUI controls.