Looking through a Matlab Class
显示 更早的评论
Hi!
I would like to execute some actions on every object of my class, say "Island".
Is there a command in Matlab allowing this? like
for island = Island
% actions to do
end
I hope I've made myself understood :)
Thank you!
Martin
采纳的回答
更多回答(1 个)
4 个评论
Matt J
2013-5-28
Ok, thank you. It seems that there is no other solution :).
Why would there need to be?
Is there a way, only using All_Islands, to find the name of the variables (Skye & Corse) and not only there values (1 % 2)?
No, but if you describe your motive, it may point to better approaches.
Martin
2013-5-28
Daniel Shub
2013-5-28
@Martin, what you are asking to do seems a little bit strange (both the getting all objects and the getting the variable names). I think they are two separate questions and should be asked as such (you are likely to get better answers). In order to get the best answers, you will likely need to provide some broader insight into what you are trying to accomplish since my guess is you are too focused on the problem right now. Finally, please use the question, comment, and answer fields appropriately as it makes it easier to follow what is going on.
Martin
2013-5-28
类别
在 帮助中心 和 File Exchange 中查找有关 Function Creation 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!