Dictionaries of Hashtables in MATLAB?
34 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Philip
il 13 Nov 2011
Risposto: Mike Croucher
il 15 Set 2022
Hi all,
Is there a way to create a hash table or dictionary in MATLAB such that I can retrieve a set of values based on a key?
I also need to append more entries to the end of the list, given a key. I tried importing a hashtable from java.util.Hashtable, but the "add" method overwrites the current entries if a key already exists...
Thanks for all your help!
0 Commenti
Risposta accettata
Più risposte (1)
Mike Croucher
il 15 Set 2022
Reviving this thread in 2022 because R2022b contains a new dictionary data type. A tutorial-like introduction at An introduction to dictionaries (associative arrays) in MATLAB » The MATLAB Blog - MATLAB & Simulink (mathworks.com)
0 Commenti
Vedere anche
Categorie
Scopri di più su Dictionaries in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!