Filter löschen
Filter löschen

Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

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

2 Ansichten (letzte 30 Tage)
Dalia Sobhy
Dalia Sobhy am 6 Jan. 2017
Geschlossen: MATLAB Answer Bot am 20 Aug. 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 Kommentare
per isakson
per isakson am 9 Jan. 2017
I cannot reproduce your problem. Please upload ServiceClass. Use the paper-clip-icon.
David Barry
David Barry am 9 Jan. 2017
Yes we need to see the classdef for ServiceClass.

Antworten (0)

Diese Frage ist geschlossen.

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by