Robochameleon
v1.0
Main Page
User Guides
Code groups
Classes
Files
File List
File Members
utils
inherits_from.m
Go to the documentation of this file.
1
2
function
tf =
inherits_from
(obj,className)
3
4
tf = any(strcmp(className,superclasses(obj)));
inherits_from
function inherits_from(in obj, in className)
Determine whether an object inherits from a specified superclass.
Generated on Fri Dec 9 2016 18:23:38 for Robochameleon by
1.8.11