I'm curious where to find a complete description of FEATURE function? Which arguments it accepts? No documentation was found. I heard only about memstats
and getpid
. Anything else?
>> which feature
built-in (undocumented)
I'm curious where to find a complete description of FEATURE function? Which arguments it accepts? No documentation was found. I heard only about memstats
and getpid
. Anything else?
>> which feature
built-in (undocumented)
This MathWorks product support page lists a few other ways FEATURE can be used under this section about tools for measuring memory usage:
feature dumpmem
feature processmem
Aside from that, I've only been able to find out that it takes up to 2 inputs and returns 1 output:
>> nargin(@feature)
ans =
2
>> nargout(@feature)
ans =
1