How to let equalize one class-defined object with another?
信息
此问题已关闭。 请重新打开它进行编辑或回答。
显示 更早的评论
For example, I have a class named ServiceClass
ServiceObj = ServiceClass;
ServiceObj.id =1;
ServiceObj.time=1;
ServiceObjNext = ServiceClass;
ServiceObjNext = ServiceObj;%%
I get index exceeds dimensions, any help?
2 个评论
per isakson
2017-1-9
I cannot reproduce your problem. Please upload ServiceClass. Use the paper-clip-icon.
David Barry
2017-1-9
Yes we need to see the classdef for ServiceClass.
回答(0 个)
此问题已关闭。
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!