Overloading Numel
3 ビュー (過去 30 日間)
古いコメントを表示
I have a need to overload numel for a data container class that i'm building. However it seems to break the overloaded subsref method because apparently subsref is calling numel (invisibly too, for all the breakpoints that i put in my overloaded numel never got triggered when calling subsref).
Please provide a more comprehensive documentation in overloading numel properly for custom object classes and how it is called with respect to subsref.
4 件のコメント
Daniel Shub
2012 年 6 月 8 日
The documentation seems pretty extensive. Can you provide some sample code.
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Customize Object Indexing についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!