Modify Library Help - MATLAB & Simulink (original) (raw)

Main Content

This example shows how to modify help generated for a MATLAB® interface to a C++ library.

This example shows help for the XMLPlatformUtils.Initialize method in the Apache® Xerces-C++ XML parser library. This content comes from the Apache Xerces project, https://xerces.apache.org, and is licensed under the Apache 2.0 license, https://www.apache.org/licenses/LICENSE-2.0.

To build a MATLAB interface to this library, you need the header files and compiled library files. This example describes the build process and shows the output of building such a library. You cannot, however, execute the code shown in the example, unless you have access to the Xerces files.

Set Up

For information about setting up your environment, see Requirements for Building Interface to C++ Libraries.

Define MATLAB Interface

For information about defining the interface, see Define MATLAB Interface for C++ Library.

Update Generated Help Text

Build Library and Display Help

See Also

Topics