findprop
Class: qrandstream
Find property of MATLAB handle object
Syntax
p = findprop(h,'propname')
Description
p = findprop(h,'propname')
finds and returns
the meta.property
object associated with property
name propname
of scalar handle object h
. propname
must
be a character vector. It can be the name of a property defined by
the class of h
or a dynamic property added to scalar
object h
.
If no property named propname
exists for
object h
, an empty meta.property
array
is returned.