Determine if version is for macOS platform
tf = ismac
returns logical 1
(true
) if the version of MATLAB® software is for the Apple
macOS platform. Otherwise, it returns logical 0
(false
).
The isunix
function also determines if version is for
macOS platforms.