Esta página aún no se ha traducido para esta versión. Puede ver la versión más reciente de esta página en inglés.
clib
de MATLAB®Si tiene una interfaz de MATLAB publicada en una biblioteca compartida de C++, puede utilizar estas clases y funciones directamente en MATLAB, gracias al intercambio de datos que se produce entre MATLAB y C++.
clibArray | Create MATLAB object for C++ array or std::vector |
clibConvertArray | Convert numeric array to MATLAB object for C++ array |
clibIsNull | Determine if C++ object is null |
clibIsReadOnly | Determine if C++ object is read-only |
clibRelease | Release C++ object from MATLAB |
underlyingValue | Underlying numeric value for C++ enumeration object created in MATLAB |
Llamar a funciones en la biblioteca compartida de C++
Para llamar a una función en la biblioteca, utilice el paquete.MATLABclib
Call Functions in Windows Interface to C++ Shared Library
How to call functions in a Windows® interface to the matrixOperations
C++ shared library
example.
Call Functions in Linux Interface to C++ Shared Library
How to call functions in a Linux® interface to the matrixOperations
C++ shared library
example.
Mostrar ayuda para la interfaz a la biblioteca de C++MATLAB
Mostrar información del paquete y firmas de métodos para la interfaz de C++.MATLAB
a asignación de tipos de datos de C++MATLAB
Correspondencia de tipos de datos con tipos de C++.MATLAB
MATLAB provides an interface, clib.array
, which wraps C++ native
arrays and std::vector
types.
C++ Names That Are Invalid in MATLAB
MATLAB automatically renames classes, member functions, non-member functions, and
enumerations with C++ names that are invalid in MATLAB using the matlab.lang.makeValidName
function.
Establecer ruta de la biblioteca en tiempo de ejecución
Limitaciones a la compatibilidad con C/C++
Las características de la biblioteca C/C++ no son compatibles.MATLAB
Uso de excepciones de C++ en.MATLAB