Daniel@0: function x = settmp(x,tmp) Daniel@0: Daniel@0: idx = get(x,'TmpIdx'); Daniel@0: tmps = get(x,'InterChunk'); Daniel@0: tmps{idx} = tmp; Daniel@0: x = set(x,'InterChunk',tmps);