We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9755b0a commit ccf0083Copy full SHA for ccf0083
+stdlib/get_pid.m
@@ -3,7 +3,7 @@
3
function pid = get_pid()
4
5
if stdlib.matlabOlderThan('R2025a')
6
- pid = feature('getpid');
+ pid = feature('getpid'); %#ok<FEATGPID>
7
else
8
pid = matlabProcessID;
9
end
0 commit comments