Share MAT File Applications
R2026bMATLAB® 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
folder.matlabroot/bin/arch
Library File Names by Operating System
| Windows® | Linux® | Mac |
|---|---|---|
libmat.dll | libmat.so | libmat.dylib |
libmx.dll | libmx.so | libmx.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?