Contenido principal

Share MAT File Applications

R2026b

MATLAB® requires shared library files for building a MAT file application. You must also distribute the run-time versions of these files along with any MAT file application that you deploy to another system. These libraries are in the matlabroot/bin/arch folder.

Library File Names by Operating System

Windows®Linux®Mac
libmat.dlllibmat.solibmat.dylib
libmx.dlllibmx.solibmx.dylib

If you specify other run-time libraries in your build command, then these libraries must be present on the end-user’s computer. These library files must reside in the same folder as the libmx library.

For more information, see How do I determine which libraries my MEX file or stand-alone application requires?