MATLAB OOP - calling an object method from within another object method
Mostrar comentarios más antiguos
i created two objects from two different classes. how do i call one object from within the other?
any advice would be very much appreciated. thanks.
Respuesta aceptada
Más respuestas (1)
Hadar
el 21 de Mzo. de 2018
0 votos
hi, if class A and B definitions (properties and methods) are in different files (each of them is in its own file), how can class A "see" B and instantiate it? I get an error of undefined.
1 comentario
Categorías
Más información sobre Entering Commands 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!