Assume we have array of class objects. Our class is a subclass of the handle class. We can use findobj function to find handle objects by first-level property's value. It's ok.
For example, a class structure:
className
|——property1
|——property2
|——structproperty1
———|——innerProperty1
———|——innerProperty2
A findobj function will return results only if every structure field is filled. Below is an example.
b = 1x1234 className;
structToFind = struct ('innerProperty1', 10, 'innerProperty2', 20);
H = findobj (b, 'structproperty1', structToFind);
I want to search className handle objects by innerProperty1. Is there any way to make it possible?