aa = clA; bb = clB; cc = clC; dd = clA (1); disp('>>> calling getPropFromA(aa)'); getPropFromA(aa) disp('>>> calling getPropFromA(bb)'); getPropFromA(bb) disp('>>> calling getPropFromB(bb)'); getPropFromB(bb) disp('>>> calling getPropFromC(cc)'); getPropFromC(cc) disp('>>> calling getPropFromA(dd)'); getPropFromA(dd) aaArr(2,2) = clA; disp('>>> calling aaArr(2,2)'); aaArr(2,2)