Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

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

2 visualizaciones (últimos 30 días)
Dalia Sobhy
Dalia Sobhy el 6 de En. de 2017
Cerrada: MATLAB Answer Bot el 20 de Ag. de 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 comentarios
per isakson
per isakson el 9 de En. de 2017
I cannot reproduce your problem. Please upload ServiceClass. Use the paper-clip-icon.
David Barry
David Barry el 9 de En. de 2017
Yes we need to see the classdef for ServiceClass.

Respuestas (0)

La pregunta está cerrada.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by