Problem 45583. Determined if input object array is heterogeneous
Classes inherent from matlab.mixin.Heterogeneous can form arrays of heterogeneous elements, that is elements of different subclasses of the same superclass. Implement a function to determine if incoming vector is heterogeneous, i.e. a mix of more than one classes, or not.
e.g. the following code create a heterogeneous array of objects.
x = [rectangle, line];
so
y == true
Solution Stats
Solution Comments
Show commentsProblem Recent Solvers6
Suggested Problems
-
How to find the position of an element in a vector without using the find function
2728 Solvers
-
433 Solvers
-
What is the distance from point P(x,y) to the line Ax + By + C = 0?
372 Solvers
-
Converting numbers back from extended form
117 Solvers
-
515 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!