Daniel@0: function aa = set(a,varargin) Daniel@0: % SET Set properties for the miraudio object Daniel@0: % and return the updated object Daniel@0: Daniel@0: t = mirtemporal(a); Daniel@0: t = set(t,'Title',get(a,'Title'),'Abs',get(a,'Abs'),'Ord',get(a,'Ord'),... Daniel@0: varargin{:}); Daniel@0: aa.fresh = a.fresh; Daniel@0: aa = class(aa,'miraudio',t);