DEBSOURCES
Skip Quicknav
sources / psychtoolbox-3 / 3.0.14.20170103%2Bgit6-g605ff5c.dfsg1-1 / Psychtoolbox / PsychBasic / GetPID.m
123456789
function pid=GetPID % pid=GetPID % % Return the process ID of the MATLAB process. GetPID calls the POSIX % function "getpid". % PsychAssertMex;