multi containers.Map to implement this system
1 次查看(过去 30 天)
显示 更早的评论
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 个评论
Walter Roberson
2017-11-4
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.
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Dictionaries 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!