How to avoid running superclass constructor?
Mostrar comentarios más antiguos
You have defined a class derived from a parent class with a constructor. There is a constructor in the derived class. MATLAB implicitly runs the constructor of parent class and I do not want in my case. How can I avoid MATLAB implict superclass constructor call? Help me out.
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Subclass Definition en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!