フィルターのクリア

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