Is there a way to replace containers.Map with something that passes the Matlab Coder?

I've already fixed most of the discrepancies, but just figured out that the code heavily uses containers.Map. Is there a way that I could swap that with another object of similar functionality? Maybe a raw implementation that the Matlab Coder eats without a problem?
The map hashmap it uses does not take that much of elements (~16), so it doesn't matter if the lookup is linear.

Answers (0)

Categories

Find more on MATLAB Coder in Help Center and File Exchange

Asked:

on 10 Aug 2018

Edited:

on 10 Aug 2018

Community Treasure Hunt

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

Start Hunting!