How do you overload the help of a built-in method?
1 回表示 (過去 30 日間)
古いコメントを表示
Christopher Hummersone
2015 年 9 月 7 日
コメント済み: Christopher Hummersone
2015 年 9 月 8 日
I've followed the advice in Matlab's documentation on implementing a custom copy method in some of my classes (overloading the copyElement method). However, it'd be nice to be able to display custom help for the modified method, in order to explain the additional functionality. Of course the matlab.mixin.Copyable.copy method is sealed, so cannot be overwritten. Anyone any ideas?
0 件のコメント
採用された回答
Guillaume
2015 年 9 月 8 日
I think the only thing you can do is document the new behaviour under the class documentation rather than the method documentation.
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Software Development Tools についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!