MATLAB Function Reference |
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 | mfilename |
© 1994-2005 The MathWorks, Inc.