Installing and Using MATLAB on Mac OS X |
MATLAB
isunix
now returns true
on the Macintosh.
/
). The path separator is no longer semicolon; it is colon (:
).
osascript
utility to call your AppleScripts. To use osascript
from MATLAB, you must use !
, the shell escape character, or the MATLAB unix
command.
MEX-Files
.mex
) do not work as is. They have to be (at least) recompiled, and the new MEX-file extension is .mexmac
.
Case Sensitivity
HFS+ (Hierarchical File System) is the default file system included with Macintosh OS X. HFS+ is not case sensitive, so if you have an application named Test.sh
and try to run it from the Terminal application, you could use either
MATLAB is case sensitive. To run an M-file called Compute.m
, you enter
Upgrading from Previous Macintosh Versions | Upgrading from Releases After 5.2 |