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 Comments

I cannot reproduce your problem. Please upload ServiceClass. Use the paper-clip-icon.
Yes we need to see the classdef for ServiceClass.

Answers (0)

This question is closed.

Tags

Asked:

on 6 Jan 2017

Closed:

on 20 Aug 2021

Community Treasure Hunt

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

Start Hunting!