You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
% You can also specify any option pairs that cifti_write accepts.
[options, template_varargs] = myargparse(varargin, {'stacklevel', 'disableprovenance', 'keepmetadata', 'otherexts'}, true); %stacklevel is an implementation detail, don't add to help
if isempty(options.stacklevel)
options.stacklevel = 2; %note the '+ 1' in the cifti_write call, so that this function can be switched with cifti_write even in advanced situations