RosettaCodeData/Task/Associative-array-Creation/MATLAB/associative-array-creation-3.m

4 lines
63 B
Mathematica
Raw Permalink Normal View History

2026-04-30 12:34:36 -04:00
hash.('a') = 1;
hash.('b') = 2;
2023-07-01 11:58:00 -04:00
hash.('C') = [3,4,5];