MATLAB OOP - calling an object method from within another object method
Show older comments
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.
Accepted Answer
More Answers (1)
Hadar
on 21 Mar 2018
0 votes
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 Comment
Categories
Find more on Entering Commands in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!