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

4 lines
51 B
Matlab

hash.a = 1;
hash.b = 2;
hash.C = [3,4,5];