Azzera filtri
Azzera filtri

Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

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

2 visualizzazioni (ultimi 30 giorni)
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 Commenti
per isakson
per isakson il 9 Gen 2017
I cannot reproduce your problem. Please upload ServiceClass. Use the paper-clip-icon.
David Barry
David Barry il 9 Gen 2017
Yes we need to see the classdef for ServiceClass.

Risposte (0)

Questa domanda è chiusa.

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by