function nul = null_file() if ispc nul = "NUL"; else nul = "/dev/null"; end end %!assert(ischar(null_file()))
Published with MATLAB® R2024b