Effacer les filtres
Effacer les filtres

Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

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

2 vues (au cours des 30 derniers jours)
Dalia Sobhy
Dalia Sobhy le 6 Jan 2017
Clôturé : MATLAB Answer Bot le 20 Août 2021
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 commentaires
per isakson
per isakson le 9 Jan 2017
I cannot reproduce your problem. Please upload ServiceClass. Use the paper-clip-icon.
David Barry
David Barry le 9 Jan 2017
Yes we need to see the classdef for ServiceClass.

Réponses (0)

Cette question est clôturée.

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by