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
if numel(p) ~= 1
if merge % Merge unknown fields, instead of erroring or leaving it
field = param ;
elseif nargout <= 1
error('Unknown parameter ''%s''', param) ; %%% Error
else
keep([ai,ai+1]) = true ;
ai = ai + 2 ;
continue ;
end
else
field = optNames{p} ;
end
The text was updated successfully, but these errors were encountered:
muhammadhanif1
changed the title
Attempt to execute SCRIPT vl_imreadjpeg as a function:
Unknown parameter 'averageImage'
Nov 12, 2018
if numel(p) ~= 1
if merge % Merge unknown fields, instead of erroring or leaving it
field = param ;
elseif nargout <= 1
error('Unknown parameter ''%s''', param) ; %%% Error
else
keep([ai,ai+1]) = true ;
ai = ai + 2 ;
continue ;
end
else
field = optNames{p} ;
end
The text was updated successfully, but these errors were encountered: