I have two different class types. Can I use in the map container one as a value and the other as a key?

 Akzeptierte Antwort

Adam
Adam am 2 Jun. 2017

0 Stimmen

No. Keys are restricted to:
'Possible values are 'char', 'double', 'single', 'int32', 'uint32', 'int64', or 'uint64'.'
So I guess if your class inherits from one of these then you can (I don't think I have tried this), but not otherwise.

Weitere Antworten (1)

Feilin Jia
Feilin Jia am 12 Feb. 2018

0 Stimmen

No. I have the same question with you. I tried, but it gives me error. The key must be a number or character.

Kategorien

Tags

Gefragt:

am 2 Jun. 2017

Beantwortet:

am 12 Feb. 2018

Community Treasure Hunt

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

Start Hunting!

Translated by