Old class definitions in MATLAB2012
3 次查看(过去 30 天)
显示 更早的评论
Dear Matlab users!
I am working on an old project from 2004, with old class definitions
@classname - syntax instead of classdef.
I cannot easily browse these objects like structures, which costs me a lot of time. Do you have a hint for me, how to easily browse these kind of objects?
I would very appriciate your kind help, Philipp
0 个评论
采纳的回答
Titus Edelhofer
2012-5-16
Hi Philipp,
what do you mean by "easily browse"? Do you mean taking a look at the properties?
You might convert to a structure using
x = struct(yourObject);
and take a look at x then, does this help?
Titus
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Class File Organization 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!