sig

method signatures for OOP
ダウンロード: 546
更新 2012/5/2

ライセンスの表示

Returns the signature (info on inputs, outputs) of a function, or a method/property of an object. This is helful when doing object-oriented programming, as it seems that Matlab has no default functionality for doing this in OOP.

Examples:

sig handle.fi % returns info on all methods of handle class starting
% with fi.

x=sym('x'); % Create a symbolic object (from symbolic math toolbox)
sig x.ez % Get info on all methods starting with "ez"
sig x % Return the (large) list of all properties and methods
% associated with the "sym" class.

引用

Peter O'Connor (2024). sig (https://www.mathworks.com/matlabcentral/fileexchange/35402-sig), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2010a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersArgument Definitions についてさらに検索

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.2.0.0

now returns function signatures too. YOU GUYS, MATLAB, SHOULD ALREADY HAVE THIS!

1.1.0.0

works now on R2010

1.0.0.0