Info

この質問は閉じられています。 編集または回答するには再度開いてください。

enumeration class in simulink displayes signals wrongly ?

1 回表示 (過去 30 日間)
timo
timo 2016 年 8 月 28 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
I have 2 enumeration classes
classdef clientRequest < Simulink.IntEnumType
enumeration
None(0)
Connect(1)
Send(2)
end
end
and
classdef serverResponse < Simulink.IntEnumType
enumeration
None(0)
Connect(1)
Send(2)
Listen(3)
end
end
At command prompt
int16(serverResponse.Listen)==int16(clientRequest.Send)
returns 0
But when i log the signals of this type in Simulation Data inspector there is a vertical tick called Listen and with a Data cursor it shows both Send and Listen as values for this tick after a time How is this possible ? Is this a bug ?
  1 件のコメント
Swarooph
Swarooph 2016 年 8 月 29 日
Could you post some screenshots of the data inspector?

回答 (0 件)

この質問は閉じられています。

タグ

製品

Community Treasure Hunt

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

Start Hunting!

Translated by