Section: Handle-Based Graphics
b = pvalid(type,propertyname)
where string
is a string that contains the name of a
valid graphics object type, and
propertyname
is a string that contains the name of the
property to test for.
axes
object.
--> pvalid('axes','type') ans = <logical> - size: [1 1] 1 --> pvalid('axes','children') ans = <logical> - size: [1 1] 1 --> pvalid('axes','foobar') ans = <logical> - size: [1 1] 0