Function Reference
— Built-in Function: [err, msg] = mkfifo (name, mode)

Create a fifo special file named name with file mode mode

If successful, err is 0 and msg is an empty string. Otherwise, err is nonzero and msg contains a system-dependent error message.