Clear Filters
Clear Filters

Info

This question is closed. Reopen it to edit or answer.

How to let equalize one class-defined object with another?

2 views (last 30 days)
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 Comments
per isakson
per isakson on 9 Jan 2017
I cannot reproduce your problem. Please upload ServiceClass. Use the paper-clip-icon.

Answers (0)

This question is closed.

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!