Make containers.Map case insensitive

1 回表示 (過去 30 日間)
Germán
Germán 2013 年 5 月 9 日
As the title says is there a way to make the mapping case insensitive for string valued input keys?
I would like to make mapObj('A') and mapObj('a') map the same values.
I could define the keySet in lower case and then convert the input keys as
mapObj = containers.Map(keySet,valueSet)
mapObj(lower(inputKey))
but is there a better way to do this? Could I build the map to be case insensitive?

回答 (0 件)

カテゴリ

Help Center および File ExchangeCell Arrays についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by