Late-Breaking News for the MATLAB 5.2 Product Family | Search  Help Desk |
Known Software Problems and Limitations
switch
and case
statements
matlab5-1-c
would cause a failure because Watcom 10.6 truncates this directory name, causing problems when you try to build MEX-files.
Linking MFC Applications with the C++ Math Library
In order to allow Microsoft Foundation Class (MFC) applications to link against the C++ Math Library, the MSVC version of the library is built against the multithreaded DLL versions of the MSVC runtime libraries. The impact of this change is as follows:msvcrt.dll
and msvcirt.dll
, need to be distributed with any applications created with the C++ Math Library on Visual C++.
Runtime Errors Involving Operands
The Compiler may not always detect runtime errors involving incorrectly typed operands. If you suspect that an error might be occurring within your code, check the MATLAB version first. If the MATLAB version produces no errors, then the Compiler-generated code will work correctly.ode Functions on 68K Macintosh
The 68K version oflibmmfile
does not contain the ode functions mlfOde113
, mlfOde15s
, mlfOde23
, mlfOde23s
, and mlfOde45
. These functions are unavailable on the 68K platform.
The MATLAB Compiler User's Guide has been updated to reflect the current version of the Compiler. See <matlab>/toolbox/compiler/Readme.m
for additional details about using the Compiler.