You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
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.
Cite As
Peter O'Connor (2026). sig (https://se.mathworks.com/matlabcentral/fileexchange/35402-sig), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.2.0.0 (3.25 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
