- eng.getfield(tr, 'Base'). This getfield function is designed for structure, and it works for class but may not work in the future.
- eng.subsref(tr, {'type':'.','subs':'Base'}). This usage is a little tedious but should work in long term.
- Add a get method to the class for each property to be accessed by Python.
Accessing matlab object properties from Python
14 views (last 30 days)
Show older comments
I'm compiling a matlab handle object and instantiating it from Python using the Matlab Compiler Runtime.
I manage to call instance methods as it is done in this example https://www.mathworks.com/help/matlab/matlab_external/use-matlab-handle-objects-in-python.html
However, how can I get properties?, i.e., from the example in the link above how do I write in Python "b = tr.Base"
0 Comments
Accepted Answer
Bo Li
on 30 Nov 2016
I can think of following three approaches:
0 Comments
More Answers (0)
See Also
Categories
Find more on MATLAB Compiler SDK in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!