Determine if version is for Linux or Mac platforms
tf = isunix
returns logical 1
(true
) if the version of MATLAB® is for Linux® or Apple
macOS platforms. Otherwise, it returns logical 0
(false
).