필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

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

조회 수: 2 (최근 30일)
Dalia Sobhy
Dalia Sobhy 2017년 1월 6일
마감: MATLAB Answer Bot 2021년 8월 20일
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
per isakson
per isakson 2017년 1월 9일
I cannot reproduce your problem. Please upload ServiceClass. Use the paper-clip-icon.
David Barry
David Barry 2017년 1월 9일
Yes we need to see the classdef for ServiceClass.

답변 (0개)

이 질문은 마감되었습니다.

태그

Community Treasure Hunt

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

Start Hunting!

Translated by