Clear Filters
Clear Filters

access different properties of object via variable name

2 views (last 30 days)
Hello everybody,
I made a class 'Myobjects' with two objects 'Pilot' and 'Aircraft' with different properties. Through a function I want to change some properties of these objects. Imagine the I have for instance 2 aircraft and four pilots:
output=function(object's name) % i.e. pilot or aircraft
for i=1:length(Myobjects.object's name)
X(i)=Myobjects.[object's name '(' num2str(i) ')'].direction
end
unfortunately, it doesn't work! Does anyone have any idea!!

Answers (0)

Categories

Find more on Construct and Work with Object Arrays 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!