class no longer appears in variable editor

1 view (last 30 days)
Hi, I have written a class with a lot of properties (41 dependent, 61 standard).
Up until a few days ago I could view / edit instances of this class fine in the variable editor, but for some reason now I can't.
I can see collections of these objects, but I can't drill into them.
No errors are being reported at any point.
Am I missing something please?
Thanks,
Tom

Accepted Answer

tombola
tombola on 13 Feb 2012
Incase anyone reads this, the answer was I had too many dependency properties.
I could still see an object's properties in the command window - just not in the variable editor where it's the most useful.
As for the maximum number of dependency properties before this happens.... I don't know. It actually seemed to vary.
I removed a lot and now my class/objects can be viewed fine.
I was only using dependency properties as I wanted to get and sort the values quickly. arrayfun requires slightly more thinking but can perform the same job.
All the best,
Tom.

More Answers (0)

Categories

Find more on Loops and Conditional Statements in Help Center and File Exchange

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!