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