use map data structure with simulink -android
Afficher commentaires plus anciens
i used this:
map=containers.Map(5.5,1);
and i get this error :

please any help of how to use maps with simulink .
Réponses (2)
Karan Singh
le 5 Fév 2025
0 votes
You can try including a "MATLAB Function" block and placing your code within it. This might help resolve the issue. Since you haven't provided more context, it's difficult for me to offer a more specific solution. However, this could be a possible workaround.
You can refer to this link for more details: https://in.mathworks.com/help/simulink/ug/what-is-a-matlab-function-block.html
Karan
Walter Roberson
le 5 Fév 2025
0 votes
Containers.map data structures cannot be output from Simulink blocks.
Catégories
En savoir plus sur Android Devices dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!