Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
MATLAB で関数やカリー関数のアリティを判断する方法はありますか? この件に関するドキュメントは見つかりません。
ナルギンをお探しですか?
例えば、
>> nargin('genvarname') ans = 2
つまり、関数 genvarname のアリティは 2 です。