Using the C++ Math Library    

MATLAB C++ Math Library Documentation

The complete documentation set for the MATLAB C++ Math Library consists of printed and online publications:

How This Book Is Organized

This chapter provides an introduction to the MATLAB C++ Math Library and tells how to install it. In addition, it includes information about building applications. The remainder of the book is organized as follows:

Accessing Online Reference Documentation

To access the MATLAB online documentation, select the Help option from the MATLAB menu bar. MATLAB C Math Library documentation is available in in HTML and PDF formats.

To look up the syntax and behavior for a C Math Library function, refer to the MATLAB C Math Library Reference. This reference gives you access to a reference page for each function. Each page presents the function's C syntax and links you to the online MATLAB Function Reference page for the corresponding MATLAB function.

If you are a stand-alone Math Library user:

  1. Open the HTML file <matlab>/help/mathlib.html with your Web browser, where <matlab> is the top-level directory where you installed the MATLAB C++ Math Library.
  2. Select MATLAB C++ Math Library Reference.

Additional Sources

For general information about C++ programming language, see:

C++ Primer 2nd Ed., Lippman, Stanley, Addison Wesley, 1993

Getting Started Quickly

Depending on your experience with other MathWorks products, your knowledge of C++, and your goals, you may not need to read this book in its entirety. If you are eager to get started, the following sections give you a solid understanding of programming with the MATLAB C++ Math Library.

Reading only these sections means you omit a lot of detail and risk stumbling through parts of the library that you don't understand. However, if you read and understand these six sections, you can do useful work with this library.


 New MATLAB C++ Math Library Features Installing the C++ Math Library