nargout_class

nargout for methods, and inherited methods
17 Downloads
Updated 25 Oct 2018

View License

nargout doesn't work for methods. Although some workaround was proposed(https://kr.mathworks.com/matlabcentral/answers/96617-how-can-i-use-nargin-nargout-to-determine-the-number-of-input-output-arguments-of-an-object-method), it does not work for inherited methods. This function extends nargout function to methods and inherited methods.

function nargout_class(C,M)

% input
% C : name of the class (char) or Object

% M : name of the method (char) or method handle (function_handle)

% output
% n : number of output argument of method M (double)

Cite As

Hyeokjin Jho (2024). nargout_class (https://www.mathworks.com/matlabcentral/fileexchange/69208-nargout_class), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2018b
Compatible with R2008b and later releases
Platform Compatibility
Windows macOS Linux
Categories
Find more on Handle Classes in Help Center and MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0