| Products & Services | Solutions | Academia | Support | User Community | Company |
| Download Product Updates | | | Get Pricing | | | Trial Software |
| Documentation → MATLAB |
| Contents | Index |
| Learn more about MATLAB |
superclasses('ClassName')
superclasses(obj)
s = superclasses(...)
superclasses('ClassName') displays the names of all visible superclasses of the MATLAB class with the name ClassName. Visible classes have a Hidden attribute value of false (the default).
superclasses(obj) obj is an instance of a MATLAB class. obj can be either a scalar object or an array of objects.
s = superclasses(...) returns the superclass names in a cell array of strings.
Get the name of the hgsetget class superclass:
superclasses('hgsetget')
Superclasses for class hgsetget:
handle
classdef | events | methods | properties
![]() | sum (timeseries) | superiorto | ![]() |

Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.
| © 1984-2009- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |