Main Content
CLibraryConfiguration
Description
CLibraryConfiguration
objects contain information about the
settings and status of a MATLAB® interface to a C++ library. The environment information is persistent across
different MATLAB sessions.
Creation
To create a CLibraryConfiguration
object or change the settings, call
clibConfiguration
. The library is loaded when you call a command in the
clib
namespace. You cannot change the execution mode after MATLAB loads the library. To change how the library is loaded, restart MATLAB, and then call clibConfiguration
.
Properties
Object Functions
unload | Unload process associated with C++ library |
Examples
Version History
Introduced in R2023a