An open exchange for the MATLAB and Simulink user community |
Hosted by The MathWorks |
|
| Related Topics |
| New Products | Support | Documentation | Training | Webinars | Jobs | Newsletters |
| Problems? Suggestions? Contact us at files@mathworks.com | © 1994-2008 The MathWorks, Inc. Trademarks Privacy Policy |
I’d like to thank all of you for implementing a new object model. The old one was less than user friendly.
Can the new objects be used with Simulink? More specifically, is there a way to derive a class from a parent block class and just overload callbacks instead of going about the standard S-function method? This would be incredibly useful.
@Dan - The new object system can be used as part of M-file S-functions, as well as model callbacks. There is currently no mechanism to derive a class from blocks as you describe. Thanks for your suggestion!