multi containers.Map to implement this system
Mostra commenti meno recenti
I would ask if can i use MATLAB to implement this system , by using (containers.Map)? Note :first key vector number was generated from certain algorthim).
Any suggestion please?

4 Commenti
Walter Roberson
il 3 Nov 2017
So one key is used to look up a structure of 3 keys, and those 3 keys are used to look up data items??
lotus whit
il 4 Nov 2017
Modificato: lotus whit
il 4 Nov 2017
Walter Roberson
il 4 Nov 2017
Yes, you could do that with multiple container.Map if you wanted. Or you could use a single container.Map with the variety coded as part of the key.
lotus whit
il 4 Nov 2017
Risposte (0)
Categorie
Scopri di più su Guidance, Navigation, and Control (GNC) in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!