MATLAB Function Reference Previous page   Next Page
mexext

Return MEX-filename extension

Syntax

Description

ext = mexext returns the filename extension for the current platform.

Remarks

The file built by the mex function has a platform-dependent extension, as shown in the table below:

System Type
MEX File Extension
Sun Solaris
.mexsol
HP-UX
.mexhpux
Linux
.mexglx
MacIntosh
.mexmac
Windows
.dll

Examples

See Also

mex


Previous page  mex mfilename Next page

© 1994-2005 The MathWorks, Inc.