User`s guide
R2007a
20-24
Compatibility Considerations
Existing program code that relies on mode of an empty array to return an empty array
should be modified.
Change to Syntax for Setting BLAS Library Version on Linux
If you change the BLAS library used by MATLAB on Linux platforms, MATLAB now
loads libraries in the left-to-right order specified in the syntax. For example, to load the
Intel MKL BLAS, from a system prompt, run
setenv BLAS_VERSION mkl.so:mklcompat.so
MATLAB loads mkl.so first, and then loads mklcompat.so.
This also applies if you edit bin\$(ARCH)\blas.spec directly.
Compatibility Considerations
This syntax differs from that used for Linux platforms in prior versions.