| Contents | Index |
This table summarizes what's new in Version 4.0.1 (R14+):
| New Features and Changes | Version Compatibility Considerations | Fixed Bugs and Known Problems |
|---|---|---|
| No | No | Fixed bugs |
MATLAB Compiler 4.0.1 includes bug fixes incorporated since Version 4.0. These bug fixes include the following.
You can use the buildmcr utility to create an MCR Installer on Linux. For more information on buildmcr, see the MATLAB Compiler User's Guide documentation.
The extractCTF utility has been moved to the matlabroot/toolbox/compiler/deploy/glnx86 folder on Linux. You can use this utility to extract the CTF archive into the current working folder.
MATLAB Compiler can locate the files that are in folders that have been added to the MATLAB path using the addpath command.
You can now compile and deploy a MATLAB file that calls the genpath function.
The input function works properly in deployed applications. It no longer waits for the input first and then displays the input prompt.
MATLAB Compiler supports the compilation of the loadlibrary function.
Note MATLAB Compiler generated libraries cannot be loaded into the MATLAB workspace using the loadlibrary function. |
The MCRInstaller works properly on Windows NT.
Private folders deploy properly and work as expected in this release of MATLAB Compiler.
The -V2.0 option that was available in previous releases of MATLAB Compiler has been obsoleted and is no longer available. Using this option will give an error message.
You must specify an option (list, disable, enable, or error) when using the -w option to display warnings. This table shows the valid forms.
| Syntax | Description |
|---|---|
| -w list | Generates a table that maps string to warning message for use with enable, disable, and error. |
| -w enable | Enables complete warnings. |
| -w disable[:string] | Disables specific warning associated with string. Leave off the optional :string to apply the disable action to all warnings. |
| -w enable[:string] | Enables specific warning associated with string. Leave off the optional :string to apply the enable action to all warnings. |
| -w error[:string] | Treats specific warning associated with string as error. Leave off the optional :string to apply the error action to all warnings. |
You no longer get a warning/error message regarding SET_PARAM not being found when using MATLAB Compiler software.
![]() | Version 4.1 (R14SP1) MATLAB Compiler Software | Version 4.0 (R14) MATLAB Compiler Software | ![]() |

Learn how to build standalone executables and C/C++ shared libraries from MATLAB code.
| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |