why is dictionary introduced so later in matlab?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
I have been using matlab since 2006, but I have never heard of the dictionary structure untile recently when I started learning python.
After some check, I found that the dictionary structure was introduced into matlab only since 2022b.
That is amazingly later.
Why? Is the dictionary structure in conflict with the inner mechanism of matlab?
4 comentarios
Bruno Luong
el 8 de Abr. de 2024
Editada: Bruno Luong
el 8 de Abr. de 2024
"My concern is, the late implementation might suggest that intrinsically matlab is not very compatible with this kind of data structure"
I don't see why the data structure have anything to do with key hasing algorithm (as implemented by dictionary). Note that MATLAB has oop (class) for vey long.
Even if it was the case, you would not get an official answer, TMW staffs never discuss internal data structure related topic in public.
Respuestas (0)
Ver también
Categorías
Más información sobre Dictionaries en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!