MATLAB OOP - calling an object method from within another object method
Ältere Kommentare anzeigen
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.
Akzeptierte Antwort
Weitere Antworten (1)
Hadar
am 21 Mär. 2018
0 Stimmen
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 Kommentar
Kategorien
Mehr zu Entering Commands finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!